UNPKG

fx-hs100-api

Version:

TPLink HS100/HS110 WiFi Smart Plug API

40 lines (39 loc) 857 B
{ "name": "fx-hs100-api", "version": "0.3.0", "description": "TPLink HS100/HS110 WiFi Smart Plug API", "author": "Patrick Seal", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/czjs2/hs100-api.git" }, "bugs": { "url": "https://github.com/czjs2/hs100-api/issues", "email": "czjs2@qq.com" }, "keywords": [ "tplink", "hs100", "hs110", "home", "smartplug", "api" ], "engines": { "node": ">=4.4.0" }, "dependencies": {}, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "chai-things": "^0.2.0", "mocha": "^3.0.2", "semistandard": "^9.0.0" }, "scripts": { "preversion": "npm test", "postversion": "git push && git push --tags", "test": "./node_modules/.bin/semistandard && ./node_modules/.bin/mocha" } }