-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.65 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "grunt-assemble-decompress",
"description": "Assemble plugin for extracting zip, tar and tar.gz archives.",
"version": "0.1.0",
"homepage": "https://github.com/assemble/grunt-assemble-decompress",
"author": "Jon Schlinkert (http://github.com/jonschlinkert)",
"repository": {
"type": "git",
"url": "git://github.com/assemble/grunt-assemble-decompress.git"
},
"bugs": {
"url": "https://github.com/assemble/grunt-assemble-decompress/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/assemble/grunt-assemble-decompress/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"async": "~0.8.0",
"lodash": "~2.4.1",
"chalk": "~0.4.0",
"decompress": "~0.2.3"
},
"devDependencies": {
"chai": "~1.9.1",
"grunt": "~0.4.4",
"grunt-mocha-test": "~0.10.2",
"grunt-contrib-jshint": "~0.10.0"
},
"keywords": [
"assemble",
"assembleplugin",
"assemblecontrib",
"assemble plugin",
"assemble contrib",
"compress",
"decompress",
"zip",
"unzip",
"gzip",
"grunt"
],
"verb": {
"related": {
"list": [
"grunt-assemble",
"grunt-assemble-anchors",
"grunt-assemble-contextual",
"grunt-assemble-decompress",
"grunt-assemble-download",
"grunt-assemble-i18n",
"grunt-assemble-lunr",
"grunt-assemble-navigation",
"grunt-assemble-permalinks",
"grunt-assemble-sitemap",
"grunt-assemble-toc",
"grunt-assemble-wordcount"
]
}
}
}