-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 924 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
{
"displayName": "MQTT Eve",
"name": "homebridge-mqtt-eve",
"version": "1.2.0",
"main": "src/index.js",
"keywords": [
"homebridge-plugin"
],
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5"
},
"dependencies": {
"fakegato-history": "^0.6.5",
"mqtt": "^4.3.7"
},
"devDependencies": {
"homebridge": "^1.5.0"
},
"description": "A Homebridge plugin that connects to an MQTT server and creates Homebridge accessories for them while emulating an Eve history.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/friedemannf/homebridge-mqtt-eve.git"
},
"author": "Friedemann Fürst",
"license": "MIT",
"bugs": {
"url": "https://github.com/friedemannf/homebridge-mqtt-eve/issues"
},
"homepage": "https://github.com/friedemannf/homebridge-mqtt-eve#readme"
}