ny
Version:
nodejs version manager
36 lines (35 loc) • 625 B
JSON
{
"name": "ny",
"description": "nodejs version manager",
"version": "1.7.0",
"author": "Kenan Sulayman <kenan@sly.mn>",
"homepage": "https://github.com/kenansulayman/n",
"bugs": "https://github.com/perint/ny/issues",
"keywords": [
"nvm",
"node",
"version",
"manager",
"switcher",
"node",
"binary",
"env",
"ny"
],
"bin": {
"ny": "./bin/ny",
"n": "./bin/ny"
},
"repository": {
"type": "git",
"url": "git://github.com/kenansulayman/ny.git"
},
"preferGlobal": true,
"os": [
"!win32"
],
"engines": {
"node": "*"
},
"license": "MIT"
}