-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "generated-elm",
"private": false,
"version": "0.1.0",
"description": "Generated elm",
"dependencies": {},
"devDependencies": {
"browser-sync": "1.9.2",
"del": "1.2.1",
"gulp": "~3.9.0",
"gulp-autoprefixer": "2.3.1",
"gulp-cache": "0.2.10",
"gulp-cached": "1.0.1",
"gulp-changed": "1.0.0",
"gulp-elm": "0.2.0",
"gulp-filter": "2.0.2",
"gulp-ga": "0.0.7",
"gulp-gh-pages": "0.4.0",
"gulp-gzip": "0.0.8",
"gulp-htmlmin": "0.2.0",
"gulp-if": "1.2.5",
"gulp-imagemin": "2.3.0",
"gulp-jshint": "1.11.2",
"gulp-load-plugins": "0.8.1",
"gulp-minify-css": "0.3.13",
"gulp-plumber": "1.0.1",
"gulp-rev-all": "0.7.6",
"gulp-rev-replace": "0.3.4",
"gulp-sass": "2.1.0",
"gulp-sequence": "0.4.1",
"gulp-shell": "0.2.11",
"gulp-size": "1.3.0",
"gulp-uglify": "1.4.1",
"gulp-uncss": "0.5.2",
"gulp-useref": "1.3.0",
"jshint-stylish": "1.0.2",
"merge-stream": "0.1.8",
"wiredep": "2.2.2"
},
"engines": {
"node": ">0.10.0"
},
"scripts": {}
}