-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1019 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
38
{
"name": "h5-gulp-framework",
"version": "1.0.0",
"description": "h5-gulp-framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hubcarl/h5-grunt-framework.git"
},
"author": "sky",
"license": "MIT",
"bugs": {
"url": "https://github.com/hubcarl/h5-grunt-framework/issues"
},
"homepage": "https://github.com/hubcarl/h5-grunt-framework",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-clean": "~0.3.1",
"gulp-concat": "^2.5.2",
"gulp-cssshrink": "^0.1.4",
"gulp-file-include": "~0.13.5",
"gulp-if": "~1.2.5",
"gulp-inline-source": "~2.0.0",
"gulp-minify-css": "~1.2.0",
"gulp-qn": "^0.1.0",
"gulp-rev": "~5.1.0",
"gulp-rev-collector": "~1.0.0",
"gulp-run-seq": "^1.2.2",
"gulp-sequence": "^0.4.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "~1.2.0",
"gulp-webpack": "^1.3.2",
"run-sequence": "^1.1.2"
}
}