forked from osmlab/learnoverpass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 963 Bytes
/
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
{
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"codemirror": "^5.3.0",
"debounce": "^1.0.0",
"del": "^0.1.0",
"desandro-classie": "^1.0.1",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "^0.2.2",
"gulp-csso": "^0.2.6",
"gulp-htmlclean": "^2.5.1",
"gulp-if": "^1.2.1",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^2.0.0",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.5.1",
"gulp-plumber": "^0.6.3",
"gulp-shell": "^0.2.11",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-webpack": "^1.5.0",
"hugo-cli": "^0.2.1",
"imagemin-jpegtran": "^4.1.0",
"jeet": "^6.1.2",
"jshint-stylish": "^1.0.0",
"jsx-loader": "^0.13.2",
"pngquant": "^0.4.0",
"webpack": "^1.8.9",
"webpack-stream": "^2.0.0"
}
}