-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.66 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
54
55
{
"private": true,
"devDependencies": {
"babel-plugin-transform-member-expression-literals": "^6.1.18",
"babel-plugin-transform-merge-sibling-variables": "^6.1.18",
"babel-plugin-transform-minify-booleans": "^6.1.18",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-plugin-transform-simplify-comparison-operators": "^6.1.18",
"babel-polyfill": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"browser-sync": "^2.7.7",
"compression": "^1.5.2",
"connect-history-api-fallback": "^1.1.0",
"del": "^1.1.1",
"glob": "^5.0.6",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "^6.1.0",
"gulp-cache": "^0.2.8",
"gulp-changed": "^1.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-debug": "^2.0.1",
"gulp-flatten": "^0.2.0",
"gulp-git": "^1.5.0",
"gulp-gzip": "^1.2.0",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.10.0",
"gulp-marked": "^1.0.0",
"gulp-minify-html": "^1.0.2",
"gulp-prefix": "0.0.14",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"gulp-util": "^3.0.6",
"gulp-vulcanize": "^6.0.0",
"gulp-zip": "^2.0.3",
"jshint-stylish": "^2.0.0",
"lazypipe": "^1.0.1",
"merge-stream": "^0.1.7",
"opn": "^1.0.0",
"polyclean": "https://github.com/Everlag/polyclean/tarball/c395875376b4933941c7f4db5895d33c77608f1a",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"vulcanize": ">= 1.4.2"
},
"scripts": {},
"engines": {
"node": ">=4.2.2"
}
}