{
  "name": "get-hosts",
  "version": "2.0.1",
  "description": "`etc/hosts` as an array of objects.",
  "license": "MIT",
  "repository": "hemanth/get-hosts",
  "author": {
    "name": "Hemanth.HM",
    "email": "hemanth.hm@gmail.com",
    "url": "h3manth.com"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "hosts",
    "/etc/hosts",
    "get-hosts"
  ],
  "dependencies": {
    "hosts-path": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
