{
  "name": "nat-upnp-2",
  "version": "3.0.3",
  "main": "lib/nat-upnp",
  "author": "Garry Lachman <garry@lachman.co>, Fedor Indutny <fedor@indutny.com>",
  "homepage": "https://github.com/garrylachman/node-nat-upnp-2",
  "repository": {
    "type": "git",
    "url": "https://github.com/garrylachman/node-nat-upnp-2.git"
  },
  "devDependencies": {
    "jscs": "^1.11.2",
    "mocha": "^3.2.0"
  },
  "scripts": {
    "test": "jscs lib/*.js test/*.js && mocha --timeout 60000 --reporter spec test/*-test.js"
  },
  "dependencies": {
    "async": "^2.5.0",
    "fast-xml-parser": "^2.5.1",
    "ip": "^1.1.5",
    "needle": "^1.6.0"
  }
}
