29 lines
666 B
JSON
Raw Normal View History

2020-09-11 12:42:13 +01:00
{
2020-10-10 13:56:55 +01:00
"name": "house_status",
2020-09-11 12:42:13 +01:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2020-09-28 10:50:23 +01:00
"comma-number": "^2.0.1",
2020-09-12 17:26:47 +01:00
"fs": "0.0.1-security",
2020-09-12 11:42:02 +01:00
"got": "^11.6.2",
2020-09-14 19:13:33 +01:00
"homeassistant": "^0.2.0",
2020-09-12 11:42:02 +01:00
"http": "0.0.1-security",
2020-09-21 21:38:46 +01:00
"moment": "^2.28.0",
2020-09-12 17:26:47 +01:00
"onoff": "^6.0.0",
2020-10-10 13:56:55 +01:00
"perfect-logger": "^2.0.1",
2020-09-12 17:26:47 +01:00
"pigpio": "^3.2.3",
"raspberrypi-liquid-crystal": "^1.15.0",
2020-09-21 21:38:46 +01:00
"readline": "^1.3.0",
"require-dir": "^1.2.0",
2020-09-14 18:42:09 +01:00
"require-directory": "^2.1.1",
2020-09-21 21:38:46 +01:00
"socket.io": "^2.3.0",
"time-loop": "^2.0.3"
2020-09-11 12:42:13 +01:00
}
}