forked from volkszaehler/volkszaehler.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 835 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
{
"name": "volkszaehler.org",
"version": "0.0.1",
"description": "volkszaehler.org frontend build scripts",
"license": "GPL",
"repository": {
"type": "git",
"url": "https://github.com/volkszaehler/volkszaehler.org.git"
},
"bugs": {
"url": "https://github.com/volkszaehler/volkszaehler.org/issues"
},
"author": "Andreas Goetz <cpuidle@gmx.de>",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.2",
"gulp-uncss": "^0.5.2",
"gulp-watch": "^3.0.0",
"gulp.spritesmith": "^2.4.0"
}
}