2024-01-27 09:56:20 +01:00
|
|
|
{
|
|
|
|
"name": "ESP Async WebServer",
|
2024-02-04 14:20:02 +01:00
|
|
|
"version": "2.5.1",
|
2024-01-27 09:56:20 +01:00
|
|
|
"description": "Asynchronous HTTP and WebSocket Server Library for ESP32. 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"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"owner": "esphome",
|
|
|
|
"name": "AsyncTCP-esphome",
|
|
|
|
"version": "^2.1.1",
|
|
|
|
"platforms": "espressif32"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"export": {
|
|
|
|
"include": [
|
|
|
|
"examples",
|
|
|
|
"src",
|
|
|
|
"library.json",
|
|
|
|
"library.properties",
|
|
|
|
"LICENSE",
|
|
|
|
"README.md"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|