-
Notifications
You must be signed in to change notification settings - Fork 132
/
library.json
29 lines (29 loc) · 918 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
{
"name": "painlessMesh",
"keywords": "ethernet, m2m, iot",
"description": "A painless way to setup a mesh with ESP8266 and ESP32 devices",
"repository": {
"type": "git",
"url": "https://gitlab.com/painlessMesh/painlessMesh"
},
"version": "1.4.2",
"frameworks": "arduino",
"platforms": "espressif8266, espressif32",
"dependencies": [
{ "name": "ArduinoJson" },
{ "name": "TaskScheduler" },
{ "name": "AsyncTCP", "platforms" : "espressif32" },
{ "name": "ESPAsyncTCP", "platforms" : "espressif8266" }
],
"authors": [
{ "name": "Scotty Franzyshen" },
{
"name": "Coopdis",
"url": "https://github.com/Coopdis"
},
{ "name": "Edwin van Leeuwen" },
{ "name": "Germán Martín" },
{ "name": "Maximilian Schwarz" },
{ "name": "Doanh Doanh" }
]
}