-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1010 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
44
45
46
47
48
{
"name": "gpm-plugin-npmi",
"main": "index.js",
"engines": {
"node": ">=6.9.0"
},
"version": "1.1.0",
"description": "gpm plugin for run npm install after add repository",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/gpmer/gpm-plugin-npmi.git"
},
"keywords": [
"git",
"gpm",
"gpmx",
"github",
"manager",
"plugin"
],
"author": "axetroy",
"contributors": [
{
"name": "Axetroy",
"email": "[email protected]",
"url": "https://axetroy.github.io/"
},
{
"name": "WindomZ",
"url": "https://github.com/WindomZ"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gpmer/gpm-plugin-npmi/issues"
},
"preferGlobal": true,
"homepage": "https://github.com/gpmer/gpm-plugin-npmi#readme",
"dependencies": {
"bluebird": "^3.5.0",
"co": "^4.6.0",
"fs-extra": "^2.0.0",
"install": "^0.8.7",
"npm": "^4.4.1",
"which": "^1.2.12"
}
}