homebridge-tuya-powerstrip
Version:
Tuya powerstrip control for homebridge. Based on codetheweb's Tuya API and tuya outlet plugins.
37 lines (36 loc) • 982 B
JSON
{
"name": "homebridge-tuya-powerstrip",
"version": "1.0.10",
"description": "Tuya powerstrip control for homebridge. Based on codetheweb's Tuya API and tuya outlet plugins. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drumfreak/homebridge-tuya-powerstrip.git"
},
"keywords": [
"homebridge-plugin",
"tuya",
"outlet",
"powerstrip",
"homebridge",
"jinvoo",
"smarthome"
],
"author": "Eric Rosebrock <webfreakeric@gmail.com> (https://github.com/drumfreak)",
"license": "MIT",
"bugs": {
"url": "https://github.com/drumfreak/homebridge-tuya-powerstrip/issues"
},
"homepage": "https://github.com/drumfreak/homebridge-tuya-powerstrip#readme",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"debug": "^3.1.0",
"homebridge-tuyapi-extended": "^1.0.9"
}
}