20 lines
491 B
JSON
20 lines
491 B
JSON
{
|
|
"name":"ESPAsyncWebServer-esphome",
|
|
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
|
|
"keywords":"http,async,websocket,webserver",
|
|
"authors":
|
|
{
|
|
"name": "ESPHome Team",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/esphome/ESPAsyncWebServer.git"
|
|
},
|
|
"version": "3.1.0",
|
|
"license": "LGPL-3.0",
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266", "espressif32", "libretiny"]
|
|
}
|