-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.8.3",
"browser-sync": "^2.7.13",
"csslint-stylish": "0.0.1",
"del": "^1.2.0",
"gh-pages": "^0.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-cached": "^1.1.0",
"gulp-closure-compiler-service": "^0.5.0",
"gulp-coffee": "^2.3.1",
"gulp-csslint": "^0.1.5",
"gulp-duration": "0.0.0",
"gulp-html-autoprefixer": "0.0.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.3",
"gulp-minify-inline": "^0.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-remember": "^0.3.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.3",
"gulp-size": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-comments": "^1.0.1",
"gulp-uglify": "git+https://github.com/Klathmon/gulp-uglify.git",
"gulp-usemin": "git+https://github.com/zont/gulp-usemin.git#f52d6094d02644a9c42acd4da954754089756423",
"gulp-vulcanize": "^6.0.1",
"imagemin-mozjpeg": "^5.1.0",
"imagemin-pngcrush": "^4.1.0",
"jshint-stylish": "^2.0.1",
"lodash": "^3.10.0",
"merge-stream": "^1.0.0",
"vulcanize": ">= 1.4.2",
"web-component-tester": "^3.3.10"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"image-q": "^0.1.4",
"node-bourbon": "^4.2.3"
}
}