hosts/package.json

39 lines
803 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-09-12 01:22:23 +00:00
"version": "3.6.4",
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",
"postinstall": "./hosts completions install",
"preuninstall": "./hosts completions uninstall"
2020-03-16 21:48:45 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/xwmx/hosts.git"
2020-03-16 21:48:45 +00:00
},
"author": "William Melody",
"license": "MIT",
"bugs": {
"url": "https://github.com/xwmx/hosts/issues"
2020-03-16 21:48:45 +00:00
},
"homepage": "https://github.com/xwmx/hosts#readme",
2020-03-16 22:28:26 +00:00
"keywords": [
"hosts",
"shell",
2020-03-17 05:35:43 +00:00
"command-line",
2020-03-16 22:28:26 +00:00
"terminal",
"hostname",
2020-03-17 18:01:11 +00:00
"bash",
"cli"
2020-03-16 22:28:26 +00:00
],
2020-03-16 22:07:52 +00:00
"dependencies": {}
2015-05-20 23:47:32 +00:00
}