-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 727 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
{
"name": "recursive-installer",
"version": "2.1.0",
"description": "Library that recursively install npm module dependencies",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "http://github.com/Magnitus-/RecursiveInstaller"
},
"bugs": {
"url": "http://github.com/Magnitus-/RecursiveInstaller/issues",
"email": "eric_vallee@webificservices.com"
},
"scripts": {
"test": "./node_modules/nodeunit/bin/nodeunit test"
},
"author": "Eric Vallee (eric_vallee@webificservices.com)",
"license": "MIT",
"dependencies": {
"bluebird": "3.x",
"act-on-modules": "0.1.0"
},
"devDependencies": {
"nodeunit": "0.9.1"
},
"directories": {
"test": "test"
}
}