0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 19:57:54 +01:00
n/package.json
Travis Webb 282d8b86db 1.2.10
2014-12-28 12:14:08 -05:00

32 lines
572 B
JSON

{
"name": "n",
"description": "node version manager",
"version": "1.2.10",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"homepage": "https://github.com/visionmedia/n",
"bugs": "https://github.com/visionmedia/n/issues",
"keywords": [
"node",
"binary",
"version",
"manager",
"switcher",
"env"
],
"bin": {
"n": "./bin/n"
},
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/n.git"
},
"preferGlobal": true,
"os": [
"!win32"
],
"engines": {
"node": "*"
},
"license": "MIT"
}