-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 838 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 838 Bytes
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
{
"name": "shrinkwrapper",
"version": "0.1.1",
"description": "A utility for saving shrinkwrapped npm packages away and installing them later.",
"author": "Andrew Appleyard <unfoldr@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/unfoldr/shrinkwrapper"
},
"files": [
"index.js",
"LICENSE"
],
"bin": "./index.js",
"keywords": [
"npm",
"shrinkwrap",
"vault",
"seal",
"dependencies",
"packages",
"save",
"deployment"
],
"dependencies": {
"http-get": "~0.5.10",
"http-request": "~0.6.1",
"traverse": "~0.6.6",
"async": "~0.2.9",
"mkdirp": "~0.3.5",
"portfinder": "~0.2.1",
"optimist": "~0.6.0",
"glob": "~3.2.8",
"ecstatic": "~0.4.13",
"chalk": "~0.4.0",
"commander": "~2.1.0"
}
}