{
  "name": "hdns",
  "version": "0.8.0",
  "description": "Handshake resolver for node.js",
  "keywords": [
    "dns",
    "handshake",
    "hns",
    "udp"
  ],
  "license": "MIT",
  "repository": "git://github.com/handshake-org/hdns.git",
  "homepage": "https://github.com/handshake-org/hdns",
  "bugs": {
    "url": "https://github.com/handshake-org/hdns/issues"
  },
  "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
  "main": "./lib/hdns.js",
  "bin": {
    "hdig.js": "./bin/hdig.js"
  },
  "scripts": {
    "lint": "eslint lib/ test/ || exit 0",
    "test": "bmocha --reporter spec test/*-test.js"
  },
  "dependencies": {
    "binet": "~0.3.7",
    "bns": "~0.15.0"
  },
  "devDependencies": {
    "bmocha": "^2.1.5"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
