{
  "_from": "dns",
  "_id": "dns@0.2.2",
  "_inBundle": false,
  "_integrity": "sha512-dhCgBk0QglzySl2BVlIkRuk7aTqxlCe+5KhHEX5ULuco7RcB6d1zDnP5iGSs2rLdJaTc+82MxegtJtjFuueWiQ==",
  "_location": "/dns",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "dns",
    "name": "dns",
    "escapedName": "dns",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dns/-/dns-0.2.2.tgz",
  "_shasum": "a8477ca26b835842c3125204d8cbcdd6af98c9ec",
  "_spec": "dns",
  "_where": "/home/bestsmm",
  "author": {
    "name": "Henri Bouvier"
  },
  "bin": {
    "dns": "bin/dns"
  },
  "bugs": {
    "url": "https://github.com/hbouvier/dns/issues"
  },
  "bundleDependencies": false,
  "configuration": {
    "name": "DNS",
    "context": "/",
    "level": "info",
    "port": 8053,
    "plugins": {
      "store": {
        "context": "/dns/api/v1",
        "interval": 1000,
        "implementation": "tomahawk-plugin-kv-memory-store",
        "filename": "${HOME}/.dns/dns-store"
      }
    },
    "dns": {
      "host": "0.0.0.0",
      "port": 53,
      "zone": "local.dev",
      "ttl": 3600,
      "prefix": "dns:",
      "primary": "8.8.8.8",
      "secondary": "8.8.4.4",
      "timeout": 1000
    }
  },
  "dependencies": {
    "hbo-dnsd": "0.9.8",
    "native-dns": "0.6.1",
    "node-options": "0.0.6",
    "tomahawk": "0.1.6",
    "tomahawk-plugin-kv-memory-store": "0.0.3",
    "winston": "0.7.3"
  },
  "deprecated": false,
  "description": "A DNS Server with a REST API",
  "engines": {
    "node": ">= 0.10.0 < 0.11.0"
  },
  "homepage": "https://github.com/hbouvier/dns#readme",
  "keywords": [
    "dns",
    "REST"
  ],
  "main": "./lib/dns.js",
  "name": "dns",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hbouvier/dns.git"
  },
  "scripts": {
    "start": "bin/dns"
  },
  "version": "0.2.2"
}
