0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00
n/package.json

51 lines
957 B
JSON
Raw Permalink 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",
2024-11-09 00:15:23 +01:00
"version": "10.1.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": "n Contributors",
"url": "https://github.com/tj/n/graphs/contributors"
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"
}