homebridge-tuyapi-extended
Version:
Tuya Smart Devices API for homebridge to include smart power strips such as Jinvoo, Tuya, and more. Extended from the original tuyapi by codetheweb
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "homebridge-tuyapi-extended",
"version": "1.0.9",
"description": "Tuya Smart Devices API for homebridge to include smart power strips such as Jinvoo, Tuya, and more. Extended from the original tuyapi by codetheweb",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"style": "xo --space --fix",
"document": "documentation build index.js -f md | (echo 'Docs \n=========' && cat) > docs/API.md",
"pushtags": "git push origin master --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drumfreak/homebridge-tuyapi-extended.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"tuya",
"lightbulb",
"led",
"IoT",
"plug",
"jinvoo",
"powerstrip",
"outlet",
"smarthome"
],
"author": "Eric Rosebrock <webfreakeric@gmail.com> (https://github.com/drumfreak)",
"license": "MIT",
"bugs": {
"url": "https://github.com/drumfreak/homebridge-tuyapi-extended/issues"
},
"homepage": "https://github.com/drumfreak/homebridge-tuyapi-extended#readme",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"net-retry-connect": "^0.1.1",
"node-forge": "^0.7.1",
"string-occurrence": "^1.2.0",
"dgram": "latest"
},
"devDependencies": {
"documentation": "^5.3.3",
"xo": "^0.18.2"
}
}