-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.json
40 lines (40 loc) · 839 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
{
"name": "espMqttManager",
"keywords": "iot, home, automation, mqtt, client, esp32",
"description": "Boilerplate to connect your ESP32 to MQTT",
"authors":
{
"name": "Bert Melis",
"url": "https://github.com/bertmelis"
},
"license": "MIT",
"homepage": "https://github.com/bertmelis/espMqttManager",
"repository":
{
"type": "git",
"url": "https://github.com/bertmelis/espMqttManager.git"
},
"version": "0.0.1",
"frameworks": "arduino",
"platforms": [
"espressif32",
"espressif8266"
],
"headers": ["espMqttManager.h"],
"dependencies": [
{
"owner": "bertmelis",
"name": "espMqttClient",
"version": "^1.4.2"
},
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^6.21.1"
}
],
"build":
{
"libLDFMode": "deep+"
}
}