34 lines
859 B
JSON
34 lines
859 B
JSON
{
|
|
"name": "ESPAsyncWebServer",
|
|
"version": "3.7.6",
|
|
"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"
|
|
],
|
|
"export": {
|
|
"include": [
|
|
"examples",
|
|
"src",
|
|
"library.json",
|
|
"library.properties",
|
|
"LICENSE",
|
|
"README.md"
|
|
]
|
|
}
|
|
}
|