-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "gulp-startertkit",
"version": "2.0.0",
"private": true,
"scripts": {
"test": "gulp build && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"dependencies": {
"del": "~3.0.0",
"gulp": "~3.9.1",
"gulp-cssnano": "~2.1.2",
"gulp-eslint": "3.0.1",
"gulp-extname": "~0.2.2",
"gulp-filter": "~5.0.0",
"gulp-flatten": "~0.3.1",
"gulp-flatmap": "^1.0.0",
"gulp-notify": "~3.0.0",
"gulp-plumber": "~1.1.0",
"gulp-sass": "~3.1.0",
"gulp-usemin": "~0.3.28",
"gulp-util": "~3.0.8",
"multimatch": "~2.1.0",
"require-dir": "~0.3.2",
"run-sequence": "~1.2.2"
},
"engines": {
"node": ">=6.9.1"
},
"devDependencies": {
"assemble": "~0.24.3",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "~2.11.1",
"browserify": "~14.4.0",
"exorcist": "~0.4.0",
"git-guppy": "~2.1.0",
"gulp-autoprefixer": "~4.0.0",
"gulp-buffer": "0.0.2",
"gulp-imagemin": "~3.3.0",
"gulp-sourcemaps": "~2.6.0",
"gulp-uglify": "~3.0.0",
"gulp-watch": "~4.3.11",
"handlebars-helpers": "~0.8.2",
"lodash": "~4.17.4",
"main-bower-files": "~2.13.1",
"requiredir": "1.0.7",
"vinyl-source-stream": "~1.1.0"
}
}