{
  "name": "nslookup",
  "version": "1.1.1",
  "description": "a nslookup library",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alsotang/nslookup.git"
  },
  "keywords": [
    "nslookup",
    "dns"
  ],
  "author": "alsotang <alsotang@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alsotang/nslookup/issues"
  },
  "homepage": "https://github.com/alsotang/nslookup#readme",
  "dependencies": {
    "native-dns": "~0.7.0"
  },
  "devDependencies": {
    "mocha": "~2.2.5",
    "should": "~7.0.2",
    "validator": "~4.0.2"
  }
}
