ESPAsyncWebServer/espressif8266_library.json

24 lines
525 B
JSON

{
"name":"ESPAsyncWebServer",
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266",
"keywords":"http,async,websocket,webserver",
"authors":
{
"name": "Hristo Gochkov",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
},
"version": "1.1.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif8266_stage"],
"dependencies":
{
"name": "ESPAsyncTCP"
}
}