-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "node-unpacker",
"version": "1.3.4",
"description": "Simple unpacker for node",
"main": "inflator.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/abaltra/node-unpacker.git"
},
"keywords": [
"node",
"zip",
"rar",
"tar",
"7zip",
"xzip",
"unpack"
],
"author": "Alejandro Baltra <[email protected]> (http://www.abaltra.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/abaltra/node-unpacker/issues"
},
"homepage": "https://github.com/abaltra/node-unpacker",
"dependencies": {
"async": "^0.9.0",
"chai": "^2.1.2",
"chai-as-promised": "^4.3.0",
"fs.extra": "^1.3.2",
"mocha": "^1.21.4",
"node-7z": "https://github.com/abaltra/node-7z",
"node-uuid": "^1.4.3",
"q": "^1.2.0",
"tarball-extract": "https://github.com/abaltra/tarball-extract/tarball/52fb622b360dc9d186c792e1dbbc53dd0800192f"
},
"engines": {
"node": ">=0.10"
}
}