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

61 lines
1.1 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",
2021-02-27 00:44:38 +01:00
"version": "7.0.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",
2019-08-04 01:56:07 +02:00
"email": "me@traviswebb.com"
},
{
"name": "Nimit Kalra",
"email": "me@nimit.io",
2020-07-15 10:39:09 +02:00
"url": "https://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": {
2020-11-25 10:10:28 +01:00
"n": "bin/n"
2014-06-29 10:23:44 +02:00
},
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.2.1",
"bats-assert": "github:bats-core/bats-assert",
"bats-support": "github:bats-core/bats-support"
2019-05-04 09:45:53 +02:00
},
2014-06-29 10:23:44 +02:00
"preferGlobal": true,
"os": [
"!win32"
],
"engines": {
"node": "*"
},
"license": "MIT"
}