-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
39 lines (39 loc) · 1010 Bytes
/
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
{
"devDependencies": {
"ansi-to-html": "^0.4.1",
"auto-plug": "^1.2.0",
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.2.0",
"bower": "^1.7.9",
"browser-sync": "^2.11.2",
"browserify": "^13.0.0",
"debowerify": "^1.4.1",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-html-tag-include": "^1.0.1",
"gulp-if": "^2.0.1",
"gulp-inline-source": "^2.1.0",
"gulp-minify-html": "^1.0.6",
"gulp-rev": "^7.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"nodemon": "^1.9.2",
"run-sequence": "^1.2.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"engines": {
"node": ">=6"
},
"private": true,
"scripts": {
"build": "gulp",
"postinstall": "bower install",
"start": "nodemon --watch gulpfile.babel.js --exec 'gulp clean && gulp watch'",
"test": "npm run build"
}
}