-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 887 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
{
"name": "gulp-inline-res",
"version": "0.1.2",
"description": "gulp plugin make js, css and html files inline",
"keywords": [
"gulp",
"inline",
"html",
"js",
"css"
],
"homepage": "https://github.com/lcxfs1991/gulp-inline-res",
"bugs": {
"url": "https://github.com/lcxfs1991/gulp-inline-res/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/lcxfs1991/gulp-inline-res.git"
},
"main": "index.js",
"author": {
"name": "leehey",
"email": "lcxfs1991@gmail.com"
},
"license": "MIT",
"dependencies": {
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"through2": "^0.4.2",
"html-minifier": "^0.7.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.2.10"
}
}