-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 890 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
41
42
43
44
45
46
{
"name": "grunt-zopfli",
"version": "0.3.3",
"description": "A Grunt plugin for compressing files using Zopfli",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"homepage": "http://git.io/grunt-zopfli",
"licenses": [
{
"type": "MIT",
"url": "https://mths.be/mit"
},
{
"type": "GPL",
"url": "https://mths.be/gpl"
}
],
"repository": {
"type": "git",
"url": "git://github.com/mathiasbynens/grunt-zopfli.git"
},
"bugs": "https://github.com/mathiasbynens/grunt-zopfli/issues",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"shellwords": "~0.1.0",
"async": "~0.2.10"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.3.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"compress",
"gzip",
"zopfli"
]
}