ESPAsyncWebServer/library.json_

64 lines
1.4 KiB
Plaintext
Raw Normal View History

{
2024-07-18 17:31:53 +02:00
"name": "ESPAsyncWebServer",
2024-09-11 19:20:32 +02:00
"version": "3.2.4",
2024-07-02 20:06:33 +02:00
"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/mathieucarbou/ESPAsyncWebServer",
"repository": {
"type": "git",
"url": "https://github.com/mathieucarbou/ESPAsyncWebServer.git"
},
"authors": [
{
"name": "Hristo Gochkov"
},
{
"name": "Mathieu Carbou",
"maintainer": true
}
],
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": [
"espressif32",
2024-07-02 20:06:33 +02:00
"espressif8266",
"raspberrypi"
],
"dependencies": [
{
"owner": "mathieucarbou",
2024-07-18 17:31:53 +02:00
"name": "AsyncTCP",
2024-09-11 19:20:32 +02:00
"version": "^3.2.5",
"platforms": "espressif32"
2024-02-06 17:39:53 +01:00
},
{
"owner": "esphome",
"name": "ESPAsyncTCP-esphome",
"version": "^2.0.0",
"platforms": "espressif8266"
},
{
"name": "Hash",
"platforms": "espressif8266"
2024-07-02 20:06:33 +02:00
},
{
"owner": "khoih-prog",
"name": "AsyncTCP_RP2040W",
"version": "^1.2.0",
"platforms": "raspberrypi"
}
],
"export": {
"include": [
"examples",
"src",
"library.json",
"library.properties",
"LICENSE",
"README.md"
]
2024-07-02 20:06:33 +02:00
},
"build": {
"libCompatMode": "strict"
}
}