-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 928 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": "npm-install-all",
"version": "1.1.18",
"description": "This is a npm module to install all dependent npm packages for a particular file or folder or a project and save it in package.json.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abinpal/npm-install-all.git"
},
"author": {
"name": "Abin Pal"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abinpal/npm-install-all/issues"
},
"homepage": "https://github.com/abinpal/npm-install-all#readme",
"dependencies": {
"bluebird": "^3.3.1",
"handlebars": "^4.0.5",
"line-reader": "^0.3.0",
"node-dir": "^0.1.12",
"sync-exec": "^0.6.2"
},
"bin": {
"npm-install-all": "index.js"
},
"keywords": [
"node",
"npm",
"installer"
]
}