-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
50 lines (50 loc) · 1.05 KB
/
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
49
50
{
"name": "n-install",
"description": "installs n, the Node.js version manager, without needing to install Node.js first",
"private": true,
"version": "0.6.3",
"os": [
"darwin",
"linux"
],
"preferGlobal": true,
"bin": {
"n-install": "bin/n-install",
"n-update": "bin/n-update",
"n-uninstall": "bin/n-uninstall"
},
"homepage": "https://github.com/mklement0/n-install",
"repository": {
"type": "git",
"url": "https://github.com/mklement0/n-install.git"
},
"bugs": {
"url": "https://github.com/mklement0/n-install/issues"
},
"scripts": {
"test": "make test"
},
"keywords": [
"n",
"install",
"Node.js",
"manage",
"versions"
],
"author": "Michael Klement <[email protected]> (http://same2u.net)",
"license": "MIT",
"net_same2u": {
"make_pkg": {
"tocOn": true,
"tocTitle": "**Contents**"
}
},
"devDependencies": {
"doctoc": "^2.2.1",
"json": "^10.0.0",
"replace": "^1.2.2",
"semver": "^4.2.0",
"tap": "^18.5.1",
"urchin": "^0.0.5"
}
}