forked from steilerDev/homebridge-openhab2-complete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 889 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
35
{
"name": "homebridge-openhab2-complete",
"version": "0.10.2",
"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",
"sleep": "^6.0.0",
"sync-request": "^6.0.0"
}
}