mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-22 04:45:11 +00:00
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"name": "hosts.sh",
|
|
"version": "3.2.0",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alphabetum/hosts.git"
|
|
},
|
|
"author": "William Melody",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/alphabetum/hosts/issues"
|
|
},
|
|
"homepage": "https://github.com/alphabetum/hosts#readme"
|
|
}
|