homebridge-smarthomeng/package.json
2017-04-23 21:32:51 +02:00

24 lines
544 B
JSON
Executable File

{
"name": "homebridge-smarthomeng",
"version": "1.1.4",
"description": "Platform plugin for SmartHomeNG: https://github.com/smarthomeNG/smarthome",
"license": "GPL",
"keywords": [
"homebridge-plugin"
],
"repository": {
"type": "https",
"url": "https://github.com/Foxi352/homebridge-smarthomeng.git"
},
"bugs": {
"url": "https://github.com/Foxi352/homebridge-smarthomeng/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"websocket": ">=1.0.0"
}
}