0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 02:57:32 +01:00
n/package.json

46 lines
801 B
JSON
Raw Normal View History

2014-06-29 10:23:44 +02:00
{
"name": "n",
"description": "node version manager",
2015-08-29 17:25:05 +02:00
"version": "2.1.0-beta.1",
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"
},
{
"name": "Nimit Kalra",
"email": "me@nimit.io",
"url": "http://nimit.io"
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"
},
"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"
}