-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
{
"name": "npm-gulp",
"version": "0.0.5",
"license": "MIT",
"scripts": {
"postinstall": "npm run build",
"dev": "gulp dev",
"start": "http-server dist -p8080",
"serve": "http-server dist -p8082",
"build": "gulp && bower install",
"clean": "rimraf dist",
"bundle": "gulp prod"
},
"private": true,
"dependencies": {
"gulp": "3.9.1",
"gulp-autoprefixer": "5.0.0",
"gulp-clean-css": "3.9.4",
"gulp-cli": "2.0.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-delete-file": "1.0.2",
"gulp-imagemin": "4.1.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "1.3.0",
"gulp-sass": "4.0.1",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify": "3.0.0",
"handlebars": "^4.0.11",
"pump": "3.0.0",
"run-sequence": "2.2.1",
"fancy-log": "^1.3.2",
"fs": "0.0.1-security",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-declare": "^0.3.0",
"gulp-swig": "^0.8.0",
"gulp-wrap": "^0.14.0",
"http-server": "0.11.1",
"bower": "1.8.4"
},
"devDependencies": {
"gulp-cached": "^1.1.1",
"path": "^0.12.7",
"rimraf": "^2.6.2"
}
}