-
Notifications
You must be signed in to change notification settings - Fork 5
/
library.json
42 lines (42 loc) · 905 Bytes
/
library.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": "ArduinoHomebridgeMqtt",
"keywords": "homebridge, homekit",
"description": "Arduino library for connecting to Homebridge via MQTT",
"repository":
{
"type": "git",
"url": "https://github.com/waritsan/arduino-homebridge-mqtt.git"
},
"authors":
[
{
"name": "Warit Santaputra",
"email": "waritsan@gmail.com",
"maintainer": true
}
],
"dependencies":
[
{
"name": "AsyncMqttClient",
"version": "0.8.2",
"frameworks": "arduino",
"platforms": "espressif8266"
},
{
"name": "ArduinoJson",
"version": "6.11.0",
"frameworks": "arduino",
"platforms": "espressif8266"
},
{
"name": "WifiManager",
"version": "0.14",
"frameworks": "arduino",
"platforms": "espressif8266"
}
],
"version": "0.2.0",
"frameworks": "arduino",
"platforms": "espressif8266"
}