Files
tuya-mqtt/package.json
crashdummymch 285b36014e package.json version update (#13)
I kept running into problems with the version of tuyapi set to the original value and kept exiting with exit code 99.  When I updated the version to the latest version in github for tuyapi all issues were resolved.
2019-02-16 16:32:50 +01:00

22 lines
424 B
JSON

{
"name": "tuya-api",
"version": "1.0.0",
"description": "",
"main": "tuya.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"color-convert": "^1.9.3",
"debug": "^3.2.6",
"mqtt": "^2.18.8",
"tuyapi": "^3.2.3"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}