-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 938 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
37
38
39
40
41
42
43
{
"name": "npm-inst-all",
"version": "0.0.6",
"description": "npm install all nested package.json recursively or for given pathes",
"main": "lib/npm-inst-all.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Golance-LLC/npm-inst-all.git"
},
"keywords": [
"npm",
"install",
"recursive",
"nested",
"inner",
"package.json"
],
"bin": {
"npm-inst-all": "./bin/npm-inst-all"
},
"preferGlobal": true,
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Golance-LLC/npm-inst-all/issues"
},
"homepage": "https://github.com/Golance-LLC/npm-inst-all#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"execa": "^0.7.0",
"find": "^0.2.7",
"glob": "^7.1.2"
},
"files": [
"bin",
"lib"
],
"readme": "README.md"
}