{
  "name": "wemo-client",
  "version": "0.15.0",
  "description": "Client library for interacting with Belkin Wemo devices",
  "main": "index.js",
  "directories": {
    "examples": "./examples"
  },
  "scripts": {
    "test": "istanbul test _mocha",
    "test-cov": "istanbul cover _mocha",
    "test-e2e": "mocha ./test-e2e",
    "lint": "eslint *.js",
    "prepush": "npm run lint && npm test",
    "postmerge": "npm install",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/timonreinhard/wemo-client.git"
  },
  "author": "Timon Reinhard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/timonreinhard/wemo-client/issues"
  },
  "homepage": "https://github.com/timonreinhard/wemo-client",
  "keywords": [
    "wemo"
  ],
  "dependencies": {
    "debug": "^2.6.9",
    "entities": "^1.1.1",
    "ip": "^1.1.5",
    "node-ssdp": "^3.2.5",
    "xml2js": "^0.4.19",
    "xmlbuilder": "^8.2.2"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.5.0",
    "eslint": "^3.19.0",
    "husky": "^0.14.3",
    "istanbul": "^0.4.5",
    "mitm": "^1.3.3",
    "mocha": "^3.5.3",
    "must": "^0.13.4"
  },
  "engines": {
    "node": ">=6"
  }
}
