mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-14 01:04:08 +00:00
39 lines
803 B
JSON
39 lines
803 B
JSON
{
|
|
"name": "hosts.sh",
|
|
"version": "3.5.1",
|
|
"description": "A command line tool for managing hosts file entries.",
|
|
"global": true,
|
|
"install": "make install",
|
|
"bin": {
|
|
"hosts": "./hosts"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "bats test",
|
|
"postinstall": "./hosts completions install",
|
|
"preuninstall": "./hosts completions uninstall"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xwmx/hosts.git"
|
|
},
|
|
"author": "William Melody",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/xwmx/hosts/issues"
|
|
},
|
|
"homepage": "https://github.com/xwmx/hosts#readme",
|
|
"keywords": [
|
|
"hosts",
|
|
"shell",
|
|
"command-line",
|
|
"terminal",
|
|
"hostname",
|
|
"bash",
|
|
"cli"
|
|
],
|
|
"dependencies": {}
|
|
}
|