-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1 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
{
"name": "generated-elm",
"private": false,
"version": "0.1.0",
"description": "Generated elm",
"dependencies": {},
"devDependencies": {
"browser-sync": "^1.5.7",
"del": "^1.1.1",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.0.0",
"gulp-cache": "~0.2.2",
"gulp-cached": "^1.0.1",
"gulp-changed": "^1.0.0",
"gulp-elm": "0.2.0",
"gulp-filter": "^2.0.0",
"gulp-gh-pages": "^0.4.0",
"gulp-gzip": "0.0.8",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.8.5",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.3.10",
"gulp-plumber": "1.0.1",
"gulp-rev-all": "^0.7.5",
"gulp-rev-replace": "^0.3.1",
"gulp-sass": "^1.0.0",
"gulp-shell": "^0.2.9",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^0.5.0",
"gulp-useref": "^1.0.2",
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.6"
},
"engines": {
"node": ">0.10.0"
},
"scripts": {}
}