-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 881 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
39
40
{
"name": "gulp-html-builder",
"version": "0.1.0",
"description": "对html中引入的js文件进行合并压缩再替换",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RodeyManager/gulp-html-builder.git"
},
"keywords": [
"gulp",
"html",
"js",
"javascript"
],
"author": "Rodey",
"license": "ISC",
"bugs": {
"url": "https://github.com/RodeyManager/gulp-html-builder/issues"
},
"homepage": "https://github.com/RodeyManager/gulp-html-builder#readme",
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-watch": "^4.3.5"
},
"dependencies": {
"gulp-util": "^3.0.7",
"jsmin2": "^1.1.7",
"mkdirp": "^0.5.1",
"through2": "^2.0.0",
"uglifycss": "0.0.18"
}
}