honeywell-js-setup
Version:
Simple web server to retrieve credentials for using the Honeywell Home service
39 lines (38 loc) • 932 B
JSON
{
"name": "honeywell-js-setup",
"version": "0.0.1",
"description": "Simple web server to retrieve credentials for using the Honeywell Home service",
"scripts": {
"lint": "jshint package.json *.js src/*.js routes/*.js",
"start": "node ./app.js"
},
"license": "MIT",
"keywords": [
"honeywell",
"honeywell-home"
],
"repository": {
"type": "git",
"url": "git+https://github.com/homespun/honeywell-js-setup.git"
},
"bugs": {
"url": "https://github.com/homespun/honeywell-js-setup/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.16"
},
"dependencies": {
"adaro": "~1.0.4",
"base-64": "^0.1.0",
"body-parser": "~1.18.2",
"cookie-parser": "^1.4.3",
"debug": "~2.6.9",
"express": "^4.17.1",
"less-middleware": "~2.2.1",
"opener": "1.5.1",
"morgan": "^1.9.1",
"serve-favicon": "~2.4.5",
"urlencode": "^1.1.0"
}
}