{
  "name": "whois-raw-custom",
  "version": "0.1.7",
  "description": "WHOIS client for Node.js server",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
  },
  "engines": {
    "node": ">=4.2.4"
  },
  "keywords": [
    "whois",
    "node"
  ],
  "author": "Michael Smith <michael@juniperbay.com> (http://www.michaelosmith.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/moneals/whois-raw/issues"
  },
  "homepage": "https://github.com/moneals/whois-raw#readme",
  "dependencies": {
    "optimist": "^0.6.1",
    "socks": "^2.2.2",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "coveralls": "^3.0.3",
    "istanbul": "^0.4.5",
    "mocha": "^6.0.2"
  }
}