-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "distillery",
"version": "1.0.0",
"description": "A gulp-based starter theme",
"author": "Jereme Yoho",
"repository": {
"type": "git",
"url": "Custom theme developed off of the Carbon development starter theme."
},
"scripts": {
"start": "npm install && gulp",
"build": "gulp build:development",
"watch": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-watch": "^4.3.5",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint": "^2.9.1",
"jshint-stylish": "^2.0.1",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"bourbon": "^4.2.3",
"bourbon-neat": "^1.7.2",
"fastclick": "^1.0.6",
"flickity": "^1.2.1",
"handlebars": "^4.0.5",
"jrespond": "^1.0.0",
"lodash": "^4.5.1",
"normalize.scss": "^0.1.0"
}
}