Files
tuya-mqtt/package.json
Gérondal Thibault 9c4149c2b5 Update NPM package-*json
With a fresh clone of this repository, doing a 'npm install' on linux and mac
os x result in modified package.json and package-lock.json. I guess we should
then publish them modified.

Signed-off-by: Gérondal Thibault <contact@tycale.be>
2019-01-01 23:31:43 +01:00

18 lines
346 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"
}
}