0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00
n/package.json
Max Rittmüller c60b2dfe01 2.1.0-beta.1
2015-08-29 17:25:05 +02:00

41 lines
698 B
JSON

{
"name": "n",
"description": "node version manager",
"version": "2.1.0-beta.1",
"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"
}