-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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
48
{
"name": "gulp",
"version": "1.0.0",
"description": "project wxf",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"gulp": "^3.5.6",
"path": "^0.12.7",
"webpack": "^1.12.9",
"browser-sync": "2.10.0",
"gulp-load-plugins": "^1.1.0",
"minimist": "1.2.0"
},
"keywords": [
"gulp",
"webpack"
],
"engines": {
"node": ">=0.10.0"
},
"author": "wxf",
"license": "ISC",
"devDependencies": {
"gulp-autoprefixer": "3.1.0",
"gulp-cached": "1.1.0",
"gulp-changed": "1.3.0",
"gulp-clean": "0.3.1",
"gulp-ejs": "^1.2.1",
"gulp-filter": "3.0.1",
"gulp-if": "2.0.0",
"gulp-if-else": "^1.0.3",
"gulp-imagemin": "2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-html": "1.0.4",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.1.0",
"gulp-sass-inheritance": "0.5.1",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"jshint": "^2.9.1"
}
}