{
  "name": "hosts.sh",
  "version": "3.6.4",
  "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",
    "postinstall": "./hosts completions install",
    "preuninstall": "./hosts completions uninstall"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xwmx/hosts.git"
  },
  "author": "William Melody",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xwmx/hosts/issues"
  },
  "homepage": "https://github.com/xwmx/hosts#readme",
  "keywords": [
    "hosts",
    "shell",
    "command-line",
    "terminal",
    "hostname",
    "bash",
    "cli"
  ],
  "dependencies": {}
}
