{
  "name": "domotz-node-ssdp",
  "description": "A fork of node.js SSDP client and server library.",
  "keywords": [
    "ssdp",
    "multicast",
    "media",
    "device",
    "upnp"
  ],
  "version": "2.9.1",
  "author": "Ilya Shaisultanov <ilya.shaisultanov@gmail.com>",
  "dependencies": {
    "debug": "^2.2.0",
    "ip": "^1.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/devDomotz/node-ssdp.git"
  },
  "bugs": {
    "url": "https://github.com/diversario/node-ssdp/issues"
  },
  "main": "./index",
  "engines": {
    "node": ">=0.10.0"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "istanbul": "~0.3.21",
    "mocha": "~2.3.3",
    "mocha-istanbul": "~0.2.0",
    "sinon": "~1.17.1"
  },
  "scripts": {
    "test": "mocha --recursive test",
    "coverage": "istanbul cover node_modules/.bin/_mocha -- test/lib --recursive"
  },
  "homepage": "https://github.com/diversario/node-ssdp#readme",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "license": "MIT"

,"_resolved": "http://npm.domotz.com:4873/domotz-node-ssdp/-/domotz-node-ssdp-2.9.1.tgz"
,"_integrity": "sha512-h0hIxmlew7SblTpEyWsJpsrCEHbSYxYu27LRxHnSyuRDVuwBVH8swvKHeG9aiz9C5OKw2H218Qz4nEx9IYNwRg=="
,"_from": "domotz-node-ssdp@2.9.1"
}