forked from me-no-dev/ESPAsyncWebServer
-
Notifications
You must be signed in to change notification settings - Fork 18
/
library.json
48 lines (48 loc) · 1.01 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
{
"name":"ESPAsyncWebServerWLED",
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 (WLED fork)",
"keywords":"http,async,websocket,webserver",
"authors": [
{
"name": "Hristo Gochkov"
},
{
"name": "Christian Schwinne"
},
{
"name": "Will Miles",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/Aircoookie/ESPAsyncWebServer.git"
},
"version": "2.3.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"owner": "me-no-dev",
"name": "ESPAsyncTCP",
"version": "^1.2.2",
"platforms": "espressif8266"
},
{
"owner": "willmmiles",
"name": "AsyncTCP",
"version": "^1.3.0",
"platforms": "espressif32"
},
{
"name": "Hash",
"platforms": "espressif8266"
},
{
"name": "LittleFS",
"platforms": "espressif8266"
}
]
}