hmbridge
Version:
Pluggable homematic bridge
40 lines (39 loc) • 892 B
JSON
{
"name": "hmbridge",
"version": "0.0.4",
"description": "Pluggable homematic bridge",
"main": "index.js",
"preferGlobal": true,
"bin": {
"hmbridge": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hobbyquaker/homematic-bridge"
},
"keywords": [
"smarthome",
"homematic",
"bidcos",
"eq-3",
"bridge",
"pluggable",
"interface"
],
"author": "Sebastian Raff <hq@ccu.io> (https://hobbyquaker.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hobbyquaker/homematic-bridge/issues"
},
"homepage": "https://github.com/hobbyquaker/homematic-bridge",
"dependencies": {
"hmbridge-web": "latest",
"hmif": "latest",
"require-plugins": "^1.0.3",
"yalm": "^4.0.2",
"yargs": "^4.8.1"
}
}