forked from chyingp/grunt-inline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 901 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
{
"author": {
"name": "程序猿小卡",
"email": "chyingp@gmail.com",
"url": "https://github.com/chyingp"
},
"name": "grunt-inline",
"description": "Inlines img, script and link tags into the same file.",
"version": "0.3.4",
"keywords": [
"gruntplugin",
"inline",
"js",
"css"
],
"main": "inline",
"repository": {
"type": "git",
"url": "https://github.com/chyingp/grunt-inline.git"
},
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt": "~0.4.0"
},
"dependencies": {
"uglify-js": "2.4.1",
"datauri": "~0.2.0",
"clean-css": "1.1.7"
},
"scripts": {
"test": "grunt test"
},
"_id": "grunt-inline@0.1.0",
"_from": "grunt-inline@~0.1.0"
}