hosts/package.json

27 lines
575 B
JSON
Raw Normal View History

2015-05-20 23:47:32 +00:00
{
2020-03-16 21:56:26 +00:00
"name": "hosts.sh",
2020-03-16 01:55:34 +00:00
"version": "3.2.0",
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",
"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"
2015-05-20 23:47:32 +00:00
}