hosts/package.json

28 lines
597 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 22:07:52 +00:00
"version": "3.2.1",
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"
},
2020-03-16 22:07:52 +00:00
"homepage": "https://github.com/alphabetum/hosts#readme",
"dependencies": {}
2015-05-20 23:47:32 +00:00
}