-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
68 lines (68 loc) · 1.41 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
{
"author": "Glen R. Goodwin (http://www.arei.net)",
"name": "npmbox",
"keywords": [
"npm",
"npm utility",
"npm pack",
"npm package",
"npm utilities",
"npm archive",
"npm unpack",
"npm zip",
"npm unzip",
"unpack",
"pack",
"npmbox",
"npmunbox",
"zip",
"unzip",
"offline",
"npm offline",
"offline install",
"install",
"install offline",
"npm install",
"npm install offline",
"npm offline install",
"box",
"unbox"
],
"description": "npm addon utility for creating and installing from an archive file of an npm install, including dependencies.",
"version": "4.2.1",
"homepage": "http://github.com/arei/npmbox",
"bugs": {
"url": "http://github.com/arei/npmbox/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/arei/npmbox/blob/master/LICENSE.txt"
}
],
"repository": {
"type": "git",
"url": "git://github.com/arei/npmbox.git"
},
"main": "npmboxxer.js",
"bin": {
"npmbox": "./bin/npmbox",
"npmunbox": "./bin/npmunbox"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"fs-extra": "1.0.0",
"is": "3.1.0",
"npm": "3.10.3",
"npm-package-arg": "4.2.0",
"optimist": "0.6.1",
"read-package-json": "2.0.4",
"tar.gz": "1.0.2",
"tmp": "0.0.31"
},
"devDependencies": {},
"optionalDependencies": {}
}