{
  "name": "proxy-dns",
  "version": "1.1.0",
  "description": "dns proxy framework",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel -d lib src",
    "watch": "npm run build -- --watch",
    "check": "npm run lint && npm run test",
    "clean": "rimraf lib coverage",
    "lint": "eslint src test",
    "prepublish": "npm run clean && npm run build",
    "preversion": "npm run clean && npm run check",
    "postversion": "git push && git push --tags && npm run clean",
    "test": "nyc --require babel-core/register mocha",
    "coverage": "npm run test && nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RegulateDNS/proxy-dns.git"
  },
  "keywords": [
    "dns",
    "proxy"
  ],
  "contributors": [
    "Adam Snodgrass <overra@gmail.com>"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/RegulateDNS/proxy-dns/issues"
  },
  "homepage": "https://github.com/RegulateDNS/proxy-dns#readme",
  "dependencies": {
    "co": "^4.5.4",
    "koa-compose": "^2.3.0",
    "native-dns": "^0.7.0"
  },
  "devDependencies": {
    "babel-cli": "^6.4.0",
    "babel-core": "^6.4.0",
    "babel-eslint": "^4.1.6",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015-node4": "^2.0.2",
    "babel-preset-stage-0": "^6.3.13",
    "coveralls": "^2.11.6",
    "eslint": "^1.10.3",
    "expect.js": "^0.3.1",
    "mocha": "^2.2.5",
    "nyc": "^5.3.0",
    "rimraf": "^2.5.0"
  }
}
