hmif
Version:
Universal Homematic RPC interface module
34 lines (33 loc) • 817 B
JSON
{
"name": "hmif",
"version": "0.0.5",
"description": "Universal Homematic RPC interface module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hobbyquaker/homematic-interface"
},
"keywords": [
"mqtt",
"smarthome",
"homematic",
"bidcos",
"eq-3"
],
"author": "Sebastian Raff <hq@ccu.io> (https://hobbyquaker.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hobbyquaker/homematic-interface/issues"
},
"homepage": "https://github.com/hobbyquaker/homematic-interface",
"dependencies": {
"async": "^2.0.1",
"binrpc": "^1.0.0",
"checkservice": "^1.0.1",
"homematic-xmlrpc": "^1.0.2",
"persist-json": "^1.0.1"
}
}