Files
tuya-mqtt/package.json
tsightler f598d246cf 3.0.0-beta2
* Implement basic template model
* Generic device can specify template in devices.conf
* Simple switch, dimmer, and RGBTW specific support files
2020-10-02 23:16:53 -04:00

27 lines
645 B
JSON

{
"name": "tuya-mqtt",
"version": "3.0.0-beta2",
"description": "Control Tuya devices locally via MQTT",
"homepage": "https://github.com/TheAgentK/tuya-mqtt#readme",
"main": "tuya-mqtt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "TheAgentK",
"email": "lulattsch22@googlemail.com"
},
"license": "ISC",
"dependencies": {
"color-convert": "^2.0.1",
"debug": "^4.1.1",
"mqtt": "^4.2.1",
"tuyapi": "github:tsightler/tuyAPI",
"json5": "^2.1.3"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}