-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlibrary.json
75 lines (75 loc) · 1.68 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ESPAsyncHTTPUpdateServer",
"version": "2.0.0",
"description": "Simple/Stylized HTTP Update Server for ESPAsyncWebServer(by me-no-dev). This library lets you to update Firmware/FileSystem of ESP32/ESP8266 OTA(Over The Air) from a web page.",
"keywords":
[
"ESP",
"Async",
"OTA",
"WebServer",
"HTTP",
"UpdateServer",
"FileSystem",
"Firmware",
"Style"
],
"repository":
{
"type": "git",
"url": "https://github.com/IPdotSetAF/ESPAsyncHTTPUpdateServer.git"
},
"authors":
[
{
"name": "Mohammad Mahdi Nazari",
"email": "[email protected]",
"url": "https://github.com/IPdotSetAF",
"maintainer": true
}
],
"license": "LGPL-2.1-only",
"homepage": "https://github.com/IPdotSetAF/ESPAsyncHTTPUpdateServer",
"dependencies":
[
{
"owner": "me-no-dev",
"name": "ESP Async WebServer",
"frameworks": "arduino",
"platforms":
[
"espressif32",
"espressif8266"
],
"version": ">=1.2.4"
},
{
"name": "SPIFFS",
"frameworks": "arduino",
"platforms": "espressif32",
"version": "*"
},
{
"name": "LittleFS",
"frameworks": "arduino",
"platforms":
[
"espressif32",
"espressif8266"
],
"version": "*"
},
{
"name": "Update",
"frameworks": "arduino",
"platforms": "espressif32",
"version": "*"
}
],
"frameworks": "arduino",
"platforms":
[
"espressif32",
"espressif8266"
]
}