-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 KB
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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "gulp-html-inline",
"version": "3.0.0",
"description": "压缩html中的css和js(可将link和script中的href或者src引入的文件直接压缩替换到html中)",
"main": "index.js",
"scripts": {
"test": "gulp-html-inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RodeyManager/gulp-html-inline.git"
},
"keywords": [
"gulp-html-inline",
"html",
"css",
"script"
],
"author": {
"name": "Rodey"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/RodeyManager/gulp-html-inline/issues"
},
"homepage": "https://github.com/RodeyManager/gulp-html-inline#readme",
"devDependencies": {
"gulp": "^3.9.0"
},
"dependencies": {
"gulp-util": "^3.0.7",
"jsmin2": "^1.1.7",
"through2": "^2.0.0",
"uglifycss": "0.0.18"
},
"gitHead": "51b90a75d4561a42231803ab24c49a63e82aaf0d",
"_id": "gulp-html-inline@0.0.8",
"_shasum": "5125a3f527b2e9463bc063777c5f0af38fa62750",
"_from": "gulp-html-inline@0.0.8",
"_npmVersion": "2.11.3",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "rodey",
"email": "rodeyluo@gmail.com"
},
"dist": {
"shasum": "5125a3f527b2e9463bc063777c5f0af38fa62750",
"tarball": "https://registry.npmjs.org/gulp-html-inline/-/gulp-html-inline-0.0.8.tgz"
},
"maintainers": [
{
"name": "rodey",
"email": "rodeyluo@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-html-inline/-/gulp-html-inline-0.0.8.tgz",
"readme": "ERROR: No README data found!"
}