Files
tuya-mqtt/package.json
tsightler 4a605f4536 Bump dependency to tuyapi 5.1.2
tuyapi 5.1.2 includes fix for memory leak so also removed hack for disconnect/reconnecting devices.
2019-07-31 23:55:15 -04:00

26 lines
561 B
JSON

{
"name": "tuya-mqtt",
"version": "2.0.3",
"description": "",
"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": "lulatsch22@googlemail.com"
},
"license": "ISC",
"dependencies": {
"color-convert": "^1.9.3",
"debug": "^4.1.1",
"mqtt": "^3.0.0",
"tuyapi": "^5.1.2"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}