summaryrefslogtreecommitdiff
path: root/libraries/ESP_Async_WebServer/library.json
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2026-01-20 08:34:54 +0100
committerschererleander <leander@schererleander.de>2026-01-20 08:34:54 +0100
commit85ea4e995a75abe061f6fc375ea0481084dddd43 (patch)
tree7eb5d57653ecd8f041aeac4e68d7d554c1168681 /libraries/ESP_Async_WebServer/library.json
initial commitHEADmain
Diffstat (limited to 'libraries/ESP_Async_WebServer/library.json')
-rw-r--r--libraries/ESP_Async_WebServer/library.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/libraries/ESP_Async_WebServer/library.json b/libraries/ESP_Async_WebServer/library.json
new file mode 100644
index 0000000..21863d2
--- /dev/null
+++ b/libraries/ESP_Async_WebServer/library.json
@@ -0,0 +1,57 @@
+{
+ "name": "ESPAsyncWebServer",
+ "version": "3.7.7",
+ "description": "Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040. Supports: WebSocket, SSE, Authentication, Arduino Json 7, File Upload, Static File serving, URL Rewrite, URL Redirect, etc.",
+ "keywords": "http,async,websocket,webserver",
+ "homepage": "https://github.com/ESP32Async/ESPAsyncWebServer",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/ESP32Async/ESPAsyncWebServer.git"
+ },
+ "authors":
+ {
+ "name": "ESP32Async",
+ "maintainer": true
+ },
+ "license": "LGPL-3.0",
+ "frameworks": "arduino",
+ "platforms": [
+ "espressif32",
+ "espressif8266",
+ "raspberrypi"
+ ],
+ "dependencies": [
+ {
+ "owner": "ESP32Async",
+ "name": "AsyncTCP",
+ "version": "^3.4.0",
+ "platforms": "espressif32"
+ },
+ {
+ "owner": "ESP32Async",
+ "name": "ESPAsyncTCP",
+ "version": "^2.0.0",
+ "platforms": "espressif8266"
+ },
+ {
+ "name": "Hash",
+ "platforms": "espressif8266"
+ },
+ {
+ "owner": "ayushsharma82",
+ "name": "RPAsyncTCP",
+ "version": "^1.3.2",
+ "platforms": "raspberrypi"
+ }
+ ],
+ "export": {
+ "include": [
+ "examples",
+ "src",
+ "library.json",
+ "library.properties",
+ "LICENSE",
+ "README.md"
+ ]
+ }
+}