-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
49 lines (49 loc) · 848 Bytes
/
library.json
File metadata and controls
49 lines (49 loc) · 848 Bytes
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": "ESPAsyncWebClient",
"version": "2.1.2",
"description": "Asynchronous HTTP client library for ESP32 ",
"keywords": [
"http",
"client",
"async",
"esp32",
"arduino",
"iot"
],
"authors": [
{
"name": "playmiel",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/playmiel/ESPAsyncWebClient.git"
},
"license": "MIT",
"homepage": "https://github.com/playmiel/ESPAsyncWebClient",
"dependencies": [
{
"name": "AsyncTCP",
"owner": "ESP32Async",
"version": "^3.4.8",
"platforms": [
"espressif32"
]
}
],
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"export": {
"include": [
"src/*",
"examples/*",
"README.md",
"LICENSE"
]
}
}