forked from hobbyquaker/homekit2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 918 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
36
37
38
39
40
41
42
{
"name": "homekit2mqtt",
"version": "0.3.3",
"description": "HomeKit to MQTT bridge",
"main": "index.js",
"bin": {
"homekit2mqtt": "./index.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sebastian 'hobbyquaker' Raff <[email protected]> (https://github.com/hobbyquaker)",
"license": "MIT",
"dependencies": {
"hap-nodejs": "0.3.2",
"mqtt": "^1.3.5",
"yalm": "^2.0.0",
"yargs": "^3.25.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/hobbyquaker/homekit2mqtt"
},
"keywords": [
"homekit",
"Siri",
"MQTT",
"Smart",
"Home",
"Internet",
"of",
"Things",
"IoT",
"mqtt-smarthome"
],
"bugs": {
"url": "https://github.com/hobbyquaker/homekit2mqtt/issues"
},
"homepage": "https://github.com/hobbyquaker/homekit2mqtt"
}