2020-08-21 12:43:46 +02:00
|
|
|
{
|
2022-10-06 06:25:13 +02:00
|
|
|
"name":"ESPAsyncWebServer-esphome",
|
2020-08-21 12:43:46 +02:00
|
|
|
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
|
|
|
|
"keywords":"http,async,websocket,webserver",
|
|
|
|
"authors":
|
|
|
|
{
|
2022-10-06 06:25:13 +02:00
|
|
|
"name": "ESPHome Team",
|
2020-08-21 12:43:46 +02:00
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2022-10-06 06:25:13 +02:00
|
|
|
"url": "https://github.com/esphome/ESPAsyncWebServer.git"
|
2020-08-21 12:43:46 +02:00
|
|
|
},
|
2022-10-06 06:25:13 +02:00
|
|
|
"version": "3.0.0",
|
2020-08-21 12:43:46 +02:00
|
|
|
"license": "LGPL-3.0",
|
|
|
|
"frameworks": "arduino",
|
2023-05-24 10:15:10 +02:00
|
|
|
"platforms": ["espressif8266", "espressif32", "libretuya"]
|
2020-08-21 12:43:46 +02:00
|
|
|
}
|