-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibrary_ESP8266.json
45 lines (45 loc) · 1.11 KB
/
library_ESP8266.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
{
"name": "KonkerESP",
"keywords": "Konker, espressif8266, MQTT, rest, iot",
"description": "espressif8266 Library for Konker enabled products",
"repository":
{
"type": "git",
"url": "https://github.com/KonkerLabs/KonkerESP/espressif8266"
},
"authors":
[
{
"name": "Érico Netto",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/ericonetto",
"maintainer": true
},
{
"name": "Luis Gomes Gonzales",
"email": "[email protected]"
}
],
"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"
}
],
"version": "2.0.0",
"frameworks": "arduino",
"platforms": "espressif8266"
}