public-Homekit_Split/001-homekit_hub/lib/ESPAsyncWebServer-esphome/library.json
Zygfryd Homonto 5f1b6cd8f0 public
2024-07-20 21:58:04 +01:00

40 lines
869 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": "2.1.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"owner": "ottowinter",
"name": "ESPAsyncTCP-esphome",
"platforms": "espressif8266"
},
{
"owner": "esphome",
"name": "AsyncTCP-esphome",
"platforms": "espressif32"
},
{
"name": "Hash",
"platforms": "espressif8266"
},
{
"name": "ESP8266WiFi",
"platforms": "espressif8266"
}
]
}