forked from gruntjs/grunt-contrib-compress
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.15 KB
/
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
47
48
49
50
51
52
53
{
"name": "grunt-contrib-compress",
"description": "Compress files and folders.",
"version": "0.12.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-compress",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-contrib-compress.git"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-compress/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-compress/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test -v"
},
"dependencies": {
"archiver": "~0.11.0",
"chalk": "^0.5.1",
"prettysize": "~0.0.2"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-internal": "~0.4.2",
"grunt": "~0.4.5",
"unzip": "~0.1.5",
"tar": "~0.1.17"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin"
],
"files": [
"tasks",
"LICENSE-MIT"
]
}