2015-05-20 23:47:32 +00:00
|
|
|
{
|
2020-03-16 21:56:26 +00:00
|
|
|
"name": "hosts.sh",
|
2020-04-09 04:42:38 +00:00
|
|
|
"version": "3.3.1",
|
2015-05-20 23:47:32 +00:00
|
|
|
"description": "A command line tool for managing hosts file entries.",
|
|
|
|
"global": true,
|
2020-03-16 21:48:45 +00:00
|
|
|
"install": "make install",
|
|
|
|
"bin": {
|
|
|
|
"hosts": "./hosts"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "bats test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-18 19:02:45 +00:00
|
|
|
"url": "git+https://github.com/xwmx/hosts.git"
|
2020-03-16 21:48:45 +00:00
|
|
|
},
|
|
|
|
"author": "William Melody",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-03-18 19:02:45 +00:00
|
|
|
"url": "https://github.com/xwmx/hosts/issues"
|
2020-03-16 21:48:45 +00:00
|
|
|
},
|
2020-03-18 19:02:45 +00:00
|
|
|
"homepage": "https://github.com/xwmx/hosts#readme",
|
2020-03-16 22:28:26 +00:00
|
|
|
"keywords": [
|
|
|
|
"hosts",
|
|
|
|
"shell",
|
2020-03-17 05:35:43 +00:00
|
|
|
"command-line",
|
2020-03-16 22:28:26 +00:00
|
|
|
"terminal",
|
|
|
|
"hostname",
|
2020-03-17 18:01:11 +00:00
|
|
|
"bash",
|
|
|
|
"cli"
|
2020-03-16 22:28:26 +00:00
|
|
|
],
|
2020-03-16 22:07:52 +00:00
|
|
|
"dependencies": {}
|
2015-05-20 23:47:32 +00:00
|
|
|
}
|