-
Notifications
You must be signed in to change notification settings - Fork 79
/
library.json
43 lines (43 loc) · 1.05 KB
/
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
43
{
"name": "ESP8266MQTTMesh",
"keywords": "iot, home, automation, async, mqtt, client, esp8266, mesh, ota",
"description": "An Arduino for ESP8266 self-assembling Mesh network built around the MQTT protocol supporting OTA",
"version": "1.0.4",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"authors":
{
"name": "PhracturedBlue",
"url": "https://github.com/PhracturedBlue"
},
"repository":
{
"type": "git",
"url": "https://github.com/PhracturedBlue/ESP8266MQTTMesh.git"
},
"dependencies": [
{
"name": "ESPAsyncTCP",
"version": "^1.1.3",
"platforms": "espressif8266"
},
{
"name": "AsyncMqttClient",
"version": "^0.8.1",
"platforms": "espressif8266"
},
{
"name": "AsyncTCP",
"platforms": "espressif32"
},
{
"name": "Ticker-esp32",
"platforms": "espressif32"
},
{
"name": "AsyncMqttClient",
"version": "https://github.com/marvinroger/async-mqtt-client#101277d",
"platforms": "espressif32"
}
]
}