2020-08-21 12:43:46 +02:00
|
|
|
{
|
2022-10-29 13:41:12 +02:00
|
|
|
"name":"ESP Async WebServer",
|
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-29 13:41:12 +02:00
|
|
|
"name": "Hristo Gochkov",
|
2020-08-21 12:43:46 +02:00
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2022-10-29 13:41:12 +02:00
|
|
|
"url": "https://github.com/lorol/ESPAsyncWebServer.git"
|
2020-08-21 12:43:46 +02:00
|
|
|
},
|
2022-10-29 13:41:12 +02:00
|
|
|
"version": "1.2.3",
|
2020-08-21 12:43:46 +02:00
|
|
|
"license": "LGPL-3.0",
|
|
|
|
"frameworks": "arduino",
|
2022-10-29 13:41:12 +02:00
|
|
|
"platforms": ["espressif8266", "espressif32"],
|
2020-08-21 12:43:46 +02:00
|
|
|
"dependencies": [
|
|
|
|
{
|
2022-10-29 13:41:12 +02:00
|
|
|
"owner": "me-no-dev",
|
|
|
|
"name": "ESPAsyncTCP",
|
|
|
|
"version": "^1.2.2",
|
2020-08-21 12:43:46 +02:00
|
|
|
"platforms": "espressif8266"
|
|
|
|
},
|
|
|
|
{
|
2022-10-29 13:41:12 +02:00
|
|
|
"owner": "me-no-dev",
|
|
|
|
"name": "AsyncTCP",
|
|
|
|
"version": "^1.1.1",
|
|
|
|
"platforms": "espressif32"
|
2020-08-21 12:43:46 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hash",
|
|
|
|
"platforms": "espressif8266"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|