hosts/package.json

27 lines
572 B
JSON

{
"name": "hosts",
"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"
}