{
  "name": "hs100-api",
  "version": "0.19.1",
  "description": "TPLink HS100/HS105/HS110 WiFi Smart Plug API",
  "author": "Patrick Seal",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/plasticrake/hs100-api.git"
  },
  "bugs": {
    "url": "https://github.com/plasticrake/hs100-api/issues",
    "email": "code@plasticrake.com"
  },
  "keywords": [
    "tplink",
    "kasa",
    "hs100",
    "hs105",
    "hs110",
    "hs200",
    "lb100",
    "lb110",
    "lb120",
    "lb130",
    "home",
    "smartplug",
    "smartswitch",
    "smartbulb",
    "api"
  ],
  "main": "lib/index.js",
  "engines": {
    "node": ">=4.8.0",
    "npm": ">=3"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "commander": "^2.11.0",
    "lodash.defaultto": "^4.14.0",
    "lodash.groupby": "^4.6.0",
    "lodash.isequal": "^4.5.0",
    "loglevel": "^1.5.1",
    "tplink-smarthome-crypto": "^1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-object-entries": "^1.0.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-things": "^0.2.0",
    "codecov": "^2.3.1",
    "cross-env": "^5.1.0",
    "dotenv": "^4.0.0",
    "jsdoc-to-markdown": "^3.1.0-0",
    "mocha": "^4.0.1",
    "nyc": "^11.2.1",
    "rewire": "^2.5.2",
    "semistandard": "^11.0.0",
    "sinon": "^4.0.1",
    "sinon-chai": "^2.14.0",
    "tplink-smarthome-simulator": "^1.5.2"
  },
  "scripts": {
    "preversion": "npm test",
    "postversion": "git push && git push --tags",
    "test": "semistandard && cross-env NODE_ENV=test nyc mocha",
    "coverage": "cross-env NODE_ENV=test nyc report --reporter=text-lcov > coverage/coverage.lcov && codecov",
    "build": "babel src -d lib",
    "prepare": "npm run build",
    "docs": "jsdoc2md 'src/**/*.js' > API.md && jsdoc2md --template=jsdoc2md/README.hbs 'src/**/*.js' > README.md"
  },
  "bin": {
    "hs100-api": "lib/cli.js"
  },
  "files": [
    "lib"
  ],
  "semistandard": {
    "ignore": [
      "/docs"
    ]
  }
}
