domoticz-heaters
Version:
Piloting Domoticz heaters with Node.js.
32 lines (31 loc) • 750 B
JSON
{
"name": "domoticz-heaters",
"version": "1.5.8",
"description": "Piloting Domoticz heaters with Node.js.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slesolliec/domoticzJS.git"
},
"keywords": [
"Domoticz",
"smart house",
"energy",
"IoT"
],
"author": "Stéphane Le Solliec",
"license": "ISC",
"bugs": {
"url": "https://github.com/slesolliec/domoticzJS/issues"
},
"homepage": "https://github.com/slesolliec/domoticzJS#readme",
"dependencies": {
"axios": "^0.22.0",
"google-auth-library": "^7.10.0",
"google-spreadsheet": "^3.1.15",
"googleapis": "^88.2.0"
}
}