nordpool-hass
Version:
Check Nordpool energy prices and send thermostat tresholds to Home Assistant
37 lines (36 loc) • 914 B
JSON
{
"name": "nordpool-hass",
"version": "0.1.2",
"description": "Check Nordpool energy prices and send thermostat tresholds to Home Assistant",
"main": "index.js",
"scripts": {
"start": "pm2 startOrRestart pm2.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LaStrada/nordpool-hass.git"
},
"keywords": [
"Nordpool",
"energy",
"price",
"HASS",
"Home-Assistant",
"electricity"
],
"author": "Samuel Rinnetmaki",
"license": "ISC",
"bugs": {
"url": "https://github.com/LaStrada/nordpool-hass/issues"
},
"homepage": "https://github.com/LaStrada/nordpool-hass#readme",
"dependencies": {
"findstreak": "^1.1.1",
"moment-timezone": "^0.5.13",
"node-schedule": "^1.2.3",
"nordpool": "LaStrada/nordpool-node",
"pm2": "latest",
"request": "^2.81.0"
}
}