-
Notifications
You must be signed in to change notification settings - Fork 46
/
library.json
58 lines (57 loc) · 1.18 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "EnigmaIOT",
"frameworks": "arduino",
"version": "0.9.8",
"keywords": "esp-now, sensor, gateway, node, home",
"platforms": ["espressif32", "espressif8266"],
"description": "EnigmaIoT is an open source solution for wireless multi sensor systems",
"url": "https://gmag11.github.io/EnigmaIOT",
"authors":
{
"name": "Germán Martín",
"email": "[email protected]"
},
"repository":
{
"type": "git",
"url": "https://github.com/gmag11/EnigmaIOT.git"
},
"examples": "examples/*/*.ino",
"license": "GPL-3.0-or-later",
"export":
{
"exclude":
[
"docs/*",
"include/*",
"lib/*",
"img/*",
"logo/*",
"LowPower measurements/*",
"test/*"
]
},
"dependencies":
[
{
"name":"ArduinoJson",
"version":">6.0.0"
},
{
"name":"ESPAsyncWiFiManager"
},
{
"name":"ESP Async WebServer"
},
{
"name":"PubSubClient"
},
{
"name":"CayenneLPP"
},
{
"name":"CryptoArduino",
"version":"https://github.com/gmag11/CryptoArduino.git"
}
]
}