package cleanup

This commit is contained in:
KarstenSiedentopp
2018-12-19 18:00:11 +01:00
parent e943c1e070
commit c78063a15b
2 changed files with 1040 additions and 6 deletions

1038
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -10,12 +10,8 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"color-convert": "^1.9.3", "color-convert": "^1.9.3",
"cron": "^1.5.1",
"crypto": "^1.0.1",
"debug": "^3.2.6", "debug": "^3.2.6",
"mqtt": "^2.18.8", "mqtt": "^2.18.8",
"supports-color": "^5.5.0", "tuyapi": "github:codetheweb/tuyapi"
"tuyapi": "github:codetheweb/tuyapi",
"yargs": "^11.1.0"
} }
} }