Files
ESPAsyncWebServer/library.json

64 lines
1.4 KiB
JSON
Raw Normal View History

2016-05-10 11:40:18 +03:00
{
"name": "ESPAsyncWebServer",
2024-10-15 10:18:52 +02:00
"version": "3.3.16",
2024-06-14 01:34:29 +05:30
"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.",
2024-01-12 18:46:56 +01:00
"keywords": "http,async,websocket,webserver",
"homepage": "https://github.com/mathieucarbou/ESPAsyncWebServer",
2024-01-12 18:46:56 +01:00
"repository": {
2016-05-10 11:40:18 +03:00
"type": "git",
2024-01-12 18:46:56 +01:00
"url": "https://github.com/mathieucarbou/ESPAsyncWebServer.git"
2016-05-10 11:40:18 +03:00
},
"authors": [
{
2024-01-23 09:16:21 +01:00
"name": "Hristo Gochkov"
},
{
"name": "Mathieu Carbou",
"maintainer": true
}
],
"license": "LGPL-3.0",
2016-05-10 11:47:22 +03:00
"frameworks": "arduino",
2024-01-12 18:46:56 +01:00
"platforms": [
2024-03-15 08:49:00 +01:00
"espressif32",
2024-06-14 01:34:29 +05:30
"espressif8266",
"raspberrypi"
2024-01-12 18:46:56 +01:00
],
"dependencies": [
{
"owner": "mathieucarbou",
2024-07-16 23:04:04 +02:00
"name": "AsyncTCP",
2024-10-13 11:47:13 +02:00
"version": "^3.2.10",
"platforms": "espressif32"
2024-02-05 10:46:35 +01:00
},
{
"owner": "esphome",
"name": "ESPAsyncTCP-esphome",
"version": "^2.0.0",
"platforms": "espressif8266"
},
{
"name": "Hash",
"platforms": "espressif8266"
2024-06-14 01:34:29 +05:30
},
{
"owner": "khoih-prog",
"name": "AsyncTCP_RP2040W",
"version": "^1.2.0",
"platforms": "raspberrypi"
}
2024-01-25 17:26:54 +01:00
],
"export": {
"include": [
"examples",
"src",
"library.json",
"library.properties",
"LICENSE",
"README.md"
]
},
"build": {
"libCompatMode": "strict"
2024-01-25 17:26:54 +01:00
}
2024-01-12 18:46:56 +01:00
}