{
  "name": "node-whois",
  "version": "2.1.3",
  "description": "A WHOIS client for NodeJS",
  "main": "index.js",
  "scripts": {
    "prepublish": "make",
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hjr265/node-whois"
  },
  "keywords": [
    "whois"
  ],
  "author": "Mahmud Ridwan <m@hjr265.me>",
  "license": "FreeBSD",
  "bugs": {
    "url": "https://github.com/hjr265/node-whois/issues"
  },
  "homepage": "https://github.com/hjr265/node-whois",
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "mocha": "~1.16.2"
  },
  "dependencies": {
    "optimist": "^0.6.1",
    "underscore": "~1.5.2"
  }
}
