forked from steilerDev/homebridge-openhab2-complete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·34 lines (34 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "homebridge-openhab2-complete",
"version": "1.2.0",
"description": "A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)",
"license": "GPLV3",
"preferGlobal": true,
"main": "index.js",
"author": {
"email": "frank@steilerdev.de",
"name": "Frank Steiler"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"openHAB2",
"homekit"
],
"repository": {
"type": "git",
"url": "https://github.com/steilerDev/homebridge-openhab2-complete"
},
"bugs": {
"url": "https://github.com/steilerDev/homebridge-openhab2-complete/issues"
},
"engines": {
"node": ">=10.15.0",
"homebridge": ">=0.4.45"
},
"dependencies": {
"eventsource": "^1.0.7",
"request": "^2.88.0",
"sync-request": "^6.0.0"
}
}