0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 19:57:54 +01:00
n/package.json

41 lines
691 B
JSON
Raw Normal View History

2014-06-29 10:23:44 +02:00
{
"name": "n",
"description": "node version manager",
2015-03-21 17:29:23 +01:00
"version": "1.3.0",
2014-06-29 10:23:44 +02:00
"author": "TJ Holowaychuk <tj@vision-media.ca>",
2014-12-28 18:18:48 +01:00
"homepage": "https://github.com/tj/n",
"bugs": "https://github.com/tj/n/issues",
2014-12-28 18:15:48 +01:00
"contributors": [
{
"name": "Travis Webb",
"email": "me@traviswebb.com",
"url": "tjw.io"
}
],
2014-06-29 10:23:44 +02:00
"keywords": [
2014-12-28 18:18:48 +01:00
"nvm",
2014-06-29 10:23:44 +02:00
"node",
"version",
"manager",
"switcher",
2014-12-28 18:18:48 +01:00
"node",
"binary",
2014-06-29 10:23:44 +02:00
"env"
],
"bin": {
"n": "./bin/n"
},
"repository": {
"type": "git",
2014-12-28 18:18:48 +01:00
"url": "git://github.com/tj/n.git"
2014-06-29 10:23:44 +02:00
},
"preferGlobal": true,
"os": [
"!win32"
],
"engines": {
"node": "*"
},
"license": "MIT"
}