Files
tuya-mqtt/package.json
KarstenSiedentopp c78063a15b package cleanup
2018-12-19 18:00:11 +01:00

17 lines
345 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": "github:codetheweb/tuyapi"
}
}