-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
48
49
50
51
52
53
{
"devDependencies": {
"auto-plug": "^1.2.0",
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.3",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"bower": "^1.6.5",
"browser-sync": "^2.9.11",
"browserify": "^12.0.1",
"debowerify": "^1.3.1",
"del": "^2.0.2",
"eslint": "^1.9.0",
"eslint-config-xo": "^0.8.0",
"fastclick": "^1.0.6",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-eslint": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-sass": "^2.1.0",
"gulp-scss-lint": "^0.3.8",
"gulp-smoosher": "0.0.8",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-useref": "^2.0.1",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"hbsfy": "^2.4.1",
"igdeploy": "^0.1.0",
"merge-stream": "^1.0.0",
"nodemon": "^1.8.1",
"run-sequence": "^1.1.4",
"subdir": "0.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
},
"engines": {
"node": ">=4 <5",
"npm": ">=3 <4"
},
"private": true,
"scripts": {
"build": "gulp build",
"postinstall": "bower install",
"start": "nodemon --watch gulpfile.babel.js --watch .scss-lint.yml --exec 'gulp clean && gulp serve'",
"deploy": "gulp deploy",
"test": "npm run build"
}
}