forked from KonkerLabs/libKonkerESP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary_ESP32.json
52 lines (52 loc) · 1.25 KB
/
library_ESP32.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
{
"name": "KonkerESP",
"keywords": "Konker, ESP32, MQTT, rest, iot",
"description": "ESP32 Library for Konker enabled products",
"repository":
{
"type": "git",
"url": "https://github.com/KonkerLabs/KonkerESP/ESP32"
},
"authors":
[
{
"name": "Érico Netto",
"email": "erico@konkerlabs.com",
"url": "https://www.linkedin.com/in/ericonetto",
"maintainer": true
},
{
"name": "Luis Gomes Gonzales",
"email": "luis@konkerlabs.com"
}
],
"dependencies":[
{
"name": "PubSubClient",
"homepage": "http://pubsubclient.knolleary.net",
"url": "https://github.com/knolleary/pubsubclient.git",
"frameworks": "arduino"
},
{
"name": "ArduinoJson",
"authors": "Benoit Blanchon",
"url": "https://github.com/bblanchon/ArduinoJson.git",
"frameworks": "arduino"
},
{
"name": "Crypto",
"authors": "Chris Ellis",
"url": "https://github.com/intrbiz/arduino-crypto.git"
}
,
{
"name": "ESP32httpUpdate",
"authors": "Matej Sychra",
"url": "https://github.com/suculent/esp32-http-update.git",
"platforms": "espressif32"
}
],
"version": "2.0.0",
"frameworks": "arduino",
"platforms": "espressif32"
}