Files
tuya-mqtt/package.json
tsightler a554cd3f58 Work around memory leak in tuyapi >5.1.x
Work around memory leak in tuyapi >5.1.x
2019-07-29 08:03:06 -04:00

26 lines
561 B
JSON

{
"name": "tuya-mqtt",
"version": "2.0.2",
"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.1"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}