-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibrary.json
49 lines (49 loc) · 990 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
43
44
45
46
47
48
49
{
"name": "libKonkerESP",
"version": "3.0.11",
"keywords": "Konker, espressif8266, espressif32, MQTT, rest, iot",
"description": "espressif8266 and espressif32 Library for Konker enabled products, support for ArduinoJson 6.x",
"repository": {
"type": "git",
"url": "https://github.com/KonkerLabs/libKonkerESP"
},
"export": {
"include": [
"./konker.h",
"*.*",
"*/*"
],
"exclude": [
"extras",
"docs",
"tests",
"test",
"*.doxyfile",
"*.pdf"
]
},
"authors": [{
"name": "Érico Netto",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/ericonetto"
},
{
"name": "Luis Gomes Gonzales",
"email": "[email protected]",
"maintainer": true
},
{
"name": "Alexandre Junqueira",
"email": "[email protected]",
"maintainer": true
}
],
"dependencies": [],
"frameworks": [
"arduino"
],
"platforms": [
"espressif32",
"espressif8266"
]
}