-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1006 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
{
"name": "gulp_auto_build_demo",
"version": "1.0.1",
"description": "one gulp auto build demo",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"hello\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itbeihe/gulp_auto_build_demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/itbeihe/gulp_auto_build_demo/issues"
},
"homepage": "https://github.com/itbeihe/gulp_auto_build_demo#readme",
"devDependencies": {
"gulp-concat": "^2.6.0",
"gulp-css-rework-url": "git://github.com/itbeihe/gulp-css-rework-url.git#demo",
"gulp-cssmin": "^0.1.7",
"gulp-csso": "^1.0.0",
"gulp-image-resize": "^0.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp.spritesmith": "^3.8.2",
"merge-stream": "^0.1.8"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-util": "^3.0.7"
}
}