MMM-HomeAssistant-Touch/package.json
Mathias Scherer 4a9a32ef3e
Reconnection fix (#2)
* updates homeassistant-ws to new version

* fixes reconnection issues in node_helper

* updates package-lock too
2021-09-18 01:44:14 +02:00

16 lines
365 B
JSON

{
"name": "mmm-homeassistant-touch",
"version": "1.0.0",
"description": "",
"main": "MMM-HomeAssistant-Touch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mathias Scherer <scherer.mat@gmail.com>",
"license": "ISC",
"dependencies": {
"homeassistant": "^0.2.0",
"homeassistant-ws": "^0.2.2"
}
}