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