UNPKG

iss-gateway

Version:
46 lines (45 loc) 878 B
{ "name": "iss-gateway", "description": "ISS Gateway for Domoticz", "version": "0.0.8", "author": "Yohann Ciurlik <spawnrider@gmail.com>", "contributors": [ { "name": "Yohann Ciurlik", "email": "spawnrider@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/spawnrider/iss-gateway" }, "directories": { "bin": "./bin", "routes": "./routes" }, "keywords": [ "Domotic", "Gateway", "ImperiHome", "Domoticz", "ISS API", "IoT" ], "license": "MIT", "scripts": { "start": "node ./bin/www" }, "bin": { "iss-gateway": "./bin/www" }, "dependencies": { "basic-auth": "^1.0.3", "body-parser": "~1.13.2", "debug": "~2.2.0", "express": "~4.13.1", "morgan": "~1.6.1", "nconf": "^0.8.4", "q": "^1.4.1", "request-promise": "^2.0.1" } }