{
  "name": "node-libnmap",
  "version": "0.2.15",
  "description": "libnmap for node.js",
  "author": "Jason Gerfen <jason.gerfen@gmail.com>",
  "keywords": [
    "nmap",
    "nmap host discovery",
    "libnmap",
    "threaded nmap scanner",
    "network host discovery",
    "host operating system discovery",
    "port scanner",
    "network scanner"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jas-/node-libnmap.git"
  },
  "bugs": {
    "url": "https://github.com/jas-/node-libnmap/issues"
  },
  "scripts": {
    "start": "node index.js",
    "test": "./node_modules/.bin/mocha -R spec"
  },
  "dependencies": {
    "async": "latest",
    "caller-id": "latest",
    "deepmerge": "latest",
    "hasbin": "latest",
    "ip-address": "latest",
    "netmask": "latest",
    "xml2js": "latest"
  },
  "devDependencies": {
    "mocha": "latest",
    "chai": "latest"
  },
  "license": "MIT"
}
