2014-06-29 10:23:44 +02:00
|
|
|
{
|
|
|
|
"name": "n",
|
2015-12-29 20:23:17 +01:00
|
|
|
"description": "Interactively Manage All Your Node Versions",
|
2019-04-07 06:57:17 +02:00
|
|
|
"version": "3.0.3-0",
|
2014-06-29 10:23:44 +02:00
|
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
2014-12-28 18:18:48 +01:00
|
|
|
"homepage": "https://github.com/tj/n",
|
|
|
|
"bugs": "https://github.com/tj/n/issues",
|
2014-12-28 18:15:48 +01:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Travis Webb",
|
|
|
|
"email": "me@traviswebb.com",
|
|
|
|
"url": "tjw.io"
|
2015-12-19 06:15:22 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nimit Kalra",
|
|
|
|
"email": "me@nimit.io",
|
|
|
|
"url": "http://nimit.io"
|
2015-12-28 05:55:48 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Troy Connor",
|
|
|
|
"email": "troy0820@gmail.com",
|
|
|
|
"url": "https://github.com/troy0820"
|
2014-12-28 18:15:48 +01:00
|
|
|
}
|
|
|
|
],
|
2014-06-29 10:23:44 +02:00
|
|
|
"keywords": [
|
2014-12-28 18:18:48 +01:00
|
|
|
"nvm",
|
2014-06-29 10:23:44 +02:00
|
|
|
"node",
|
|
|
|
"version",
|
|
|
|
"manager",
|
|
|
|
"switcher",
|
2014-12-28 18:18:48 +01:00
|
|
|
"node",
|
|
|
|
"binary",
|
2014-06-29 10:23:44 +02:00
|
|
|
"env"
|
|
|
|
],
|
|
|
|
"bin": {
|
|
|
|
"n": "./bin/n"
|
|
|
|
},
|
2019-03-29 08:21:51 +01:00
|
|
|
"files": [
|
|
|
|
"bin/n"
|
|
|
|
],
|
2014-06-29 10:23:44 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-12-28 18:18:48 +01:00
|
|
|
"url": "git://github.com/tj/n.git"
|
2014-06-29 10:23:44 +02:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
|
|
|
"os": [
|
|
|
|
"!win32"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
2012-04-10 23:14:55 +02:00
|
|
|
}
|