forked from iceprosurface/PostorManagerSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 862 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 862 Bytes
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
{
"name": "Gulpdefalut",
"version": "0.4",
"license": "MIT",
"description": "a default gulp structure,can be use to build basic project",
"keywords": "gulp",
"homepage": "",
"author": "icepro",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-file-include": "^0.13.7",
"gulp-processhtml": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-rev-append": "^0.1.6",
"gulp-sass": "^2.3.1"
},
"dependencies": {
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6",
"jshint": "^2.9.2",
"require-dir": "^0.3.0",
"strip-ansi": "^3.0.1"
}
}