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

59 lines
1.0 KiB
JSON
Raw Normal View History

2014-06-29 10:23:44 +02:00
{
"name": "n",
2015-12-29 20:23:17 +01:00
"description": "Interactively Manage All Your Node Versions",
2019-11-16 04:27:23 +01:00
"version": "6.1.2",
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",
2019-08-04 01:56:07 +02:00
"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"
2014-12-28 18:15:48 +01:00
}
],
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"
},
2019-03-29 08:21:51 +01:00
"files": [
"bin/n"
],
2014-06-29 10:23:44 +02:00
"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
},
2019-05-04 09:45:53 +02:00
"scripts": {
"test": "test/bin/run-all-tests"
},
"devDependencies": {
"bats": "^1.1.0"
},
2014-06-29 10:23:44 +02:00
"preferGlobal": true,
"os": [
"!win32"
],
"engines": {
"node": "*"
},
"license": "MIT"
}