mirror of
https://github.com/tj/n.git
synced 2024-11-22 11:37:26 +01:00
41 lines
691 B
JSON
41 lines
691 B
JSON
{
|
|
"name": "n",
|
|
"description": "node version manager",
|
|
"version": "1.3.0",
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"homepage": "https://github.com/tj/n",
|
|
"bugs": "https://github.com/tj/n/issues",
|
|
"contributors": [
|
|
{
|
|
"name": "Travis Webb",
|
|
"email": "me@traviswebb.com",
|
|
"url": "tjw.io"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"nvm",
|
|
"node",
|
|
"version",
|
|
"manager",
|
|
"switcher",
|
|
"node",
|
|
"binary",
|
|
"env"
|
|
],
|
|
"bin": {
|
|
"n": "./bin/n"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tj/n.git"
|
|
},
|
|
"preferGlobal": true,
|
|
"os": [
|
|
"!win32"
|
|
],
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"license": "MIT"
|
|
}
|