0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00
n/package.json

32 lines
572 B
JSON
Raw Normal View History

2014-06-29 10:23:44 +02:00
{
"name": "n",
"description": "node version manager",
2014-12-28 18:14:08 +01:00
"version": "1.2.10",
2014-06-29 10:23:44 +02:00
"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"
}