forked from gruntjs/grunt-contrib-compress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1017 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
47
48
{
"name": "grunt-contrib-compress",
"description": "Compress files and folders",
"version": "1.5.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-compress",
"license": "MIT",
"engines": {
"node": ">=4.0"
},
"main": "tasks/compress.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"archiver": "^1.3.0",
"chalk": "^1.1.1",
"lodash": "^4.7.0",
"pretty-bytes": "^4.0.2",
"stream-buffers": "^2.1.0"
},
"optionalDependencies": {
"iltorb": "^1.3.10"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-internal": "^1.1.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"tar": "^4.4.8",
"unzip": "^0.1.5"
},
"keywords": [
"gruntplugin",
"compress",
"zip",
"tar"
],
"files": [
"tasks"
],
"appveyor_id": "tiwbi1smm1j8aa5j"
}