domoticz-heaters-express
Version:
Web interface to domoticz-heaters: the Domoticz heaters pilot Node.js module.
39 lines (38 loc) • 970 B
JSON
{
"name": "domoticz-heaters-express",
"version": "0.1.0",
"description": "Web interface to domoticz-heaters: the Domoticz heaters pilot Node.js module.",
"scripts": {
"start": "node ./bin/www",
"deploy": "gcloud app deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slesolliec/domoticzExpressJS.git"
},
"keywords": [
"Domoticz",
"smart house",
"energy",
"IoT",
"web interface",
"Express"
],
"author": "Stéphane Le Solliec",
"license": "ISC",
"bugs": {
"url": "https://github.com/slesolliec/domoticzExpressJS/issues"
},
"homepage": "https://github.com/slesolliec/domoticzExpressJS#readme",
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"domoticz-heaters": "^1.1.1",
"express": "~4.16.0",
"fs": "0.0.1-security",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"node-sass-middleware": "0.11.0",
"pug": "2.0.0-beta11"
}
}