{
  "name": "dnschain",
  "version": "0.5.3",
  "description": "A blockchain-based DNS + HTTPS server that fixes HTTPS security, and more!",
  "homepage": "https://github.com/okTurtles/dnschain",
  "bugs": "https://github.com/okTurtles/dnschain/issues",
  "author": {
    "name": "Greg Slepak",
    "url": "https://twitter.com/taoeffect"
  },
  "license": "MPL-2.0",
  "bin": "./bin/dnschain",
  "main": "./lib/dnschain",
  "preferGlobal": true,
  "keywords": [
    "dns",
    "server",
    "security",
    "pgp",
    "gpg",
    "encryption",
    "namecoin",
    "bitcoin",
    "blockchain",
    "cryptography",
    "crypto",
    "authentication",
    "identity",
    "ssl",
    "tls"
  ],
  "scripts": {
    "test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register -R spec --bail test/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/okTurtles/dnschain.git"
  },
  "dependencies": {
    "bluebird": "2.9.9",
    "bottleneck": "1.5.x",
    "event-stream": "3.2.2",
    "express": "4.11.2",
    "hiredis": "0.4.1",
    "json-rpc2": "0.8.1",
    "lodash": "3.1.0",
    "native-dns": "git+https://github.com/okTurtles/node-dns.git#08433ec98f517eed3c6d5e47bdf62603539cd402",
    "native-dns-packet": "0.1.1",
    "nconf": "0.7.1",
    "properties": "1.2.1",
    "redis": "0.12.x",
    "string": "2.0.1",
    "winston": "0.8.0",
    "superagent": "0.21.0"
  },
  "devDependencies": {
    "coffee-script": "^1.8.0",
    "coffeelint": "^1.6.0",
    "fakeredis": "^0.3.0",
    "grunt": "^0.4.5",
    "grunt-coffeelint": "0.0.13",
    "grunt-contrib-watch": "^0.6.1",
    "matchdep": "~0.1.2",
    "mocha": "^2.1.0",
    "should": "^5.0.0"
  },
  "engines": {
    "node": ">=0.10.x"
  }
}
