0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00
n/package.json
2019-10-25 20:46:49 +13:00

59 lines
1.0 KiB
JSON

{
"name": "n",
"description": "Interactively Manage All Your Node Versions",
"version": "6.1.0",
"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"
},
{
"name": "Nimit Kalra",
"email": "me@nimit.io",
"url": "http://nimit.io"
},
{
"name": "Troy Connor",
"email": "troy0820@gmail.com",
"url": "https://github.com/troy0820"
}
],
"keywords": [
"nvm",
"node",
"version",
"manager",
"switcher",
"node",
"binary",
"env"
],
"bin": {
"n": "./bin/n"
},
"files": [
"bin/n"
],
"repository": {
"type": "git",
"url": "git://github.com/tj/n.git"
},
"scripts": {
"test": "test/bin/run-all-tests"
},
"devDependencies": {
"bats": "^1.1.0"
},
"preferGlobal": true,
"os": [
"!win32"
],
"engines": {
"node": "*"
},
"license": "MIT"
}