0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 07:39:21 +01:00
n/package.json
Travis Webb eb1cd5d1ef 1.2.11
2014-12-28 12:15:56 -05:00

39 lines
696 B
JSON

{
"name": "n",
"description": "node version manager",
"version": "1.2.11",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"homepage": "https://github.com/visionmedia/n",
"bugs": "https://github.com/visionmedia/n/issues",
"contributors": [
{
"name": "Travis Webb",
"email": "me@traviswebb.com",
"url": "tjw.io"
}
],
"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"
}