{
  "name": "unbound",
  "version": "0.4.3",
  "description": "Bindings to libunbound for node.js",
  "keywords": [
    "dns",
    "unbound"
  ],
  "license": "MIT",
  "repository": "git://github.com/chjj/unbound.git",
  "homepage": "https://github.com/chjj/unbound",
  "bugs": {
    "url": "https://github.com/chjj/unbound/issues"
  },
  "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
  "main": "./lib/unbound.js",
  "scripts": {
    "install": "node-gyp rebuild",
    "lint": "eslint lib/ test/ || exit 0",
    "test": "bmocha --reporter spec test/*-test.js"
  },
  "dependencies": {
    "loady": "~0.0.5"
  },
  "devDependencies": {
    "bmocha": "^2.1.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "gypfile": true
}
