-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 927 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
{
"name": "npmd-install",
"description": "install npm modules",
"version": "5.1.7",
"homepage": "https://github.com/dominictarr/npmd-install",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/npmd-install.git"
},
"dependencies": {
"mkdirp": "~0.3.5",
"pull-traverse": "~1.0.0",
"pull-stream": ">=2.20 <3",
"rimraf": "~2.2.0",
"pull-paramap": "~1.1.0",
"osenv": "0.0.3",
"continuable": "1.1.6",
"continuable-hash": "0.1.4",
"get-deps": "2.0.4",
"npmd-config": "~1.0.10",
"clone": "~0.1.11",
"npmd-cache": "~4.3.0",
"tar-fs": "~0.3.2"
},
"devDependencies": {
"tape": "~1.0.4",
"osenv": "0.0.3",
"level": "~0.18.0"
},
"bin": "./index.js",
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <[email protected]> (http://dominictarr.com)",
"license": "MIT"
}