forked from hobbyquaker/homekit2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.24 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "homekit2mqtt",
"version": "0.5.2",
"description": "HomeKit to MQTT bridge",
"main": "index.js",
"bin": {
"homekit2mqtt": "./index.js"
},
"preferGlobal": true,
"engines": {
"node": ">=5.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sebastian 'hobbyquaker' Raff <hq@ccu.io> (https://github.com/hobbyquaker)",
"contributors": [
"Anders Eriksson https://github.com/tvillingett",
"zino4u https://github.com/zino4u",
"tedstriker https://github.com/tedstriker",
"Erik Granlund https://github.com/erikgranlund",
"ddrd https://github.com/ddrd",
"Michael Teeuw https://github.com/MichMich"
],
"license": "MIT",
"dependencies": {
"hap-nodejs": "0.4.13",
"mqtt": "^2.0.1",
"yalm": "^4.0.2",
"yargs": "^6.3.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"
}