* updates homeassistant-ws to new version * fixes reconnection issues in node_helper * updates package-lock too
16 lines
365 B
JSON
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"
|
|
}
|
|
}
|