ESPAsyncWebServer/library.json

22 lines
458 B
JSON
Raw Normal View History

2016-05-10 01:40:18 -07:00
{
"name":"ESPAsyncWebServer",
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
"keywords":"http,async,websocket,webserver",
"authors":
{
"name": "Hristo Gochkov",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
},
"frameworks": "espressif",
"platforms":"arduino",
"dependencies":
{
"name": "ESPAsyncTCP"
}
}