ESPAsyncWebServer/espressif32_library.json

24 lines
513 B
JSON
Raw Normal View History

2016-05-10 01:40:18 -07:00
{
"name":"AsyncWebServer",
2017-09-11 11:51:41 -07:00
"description":"Asynchronous HTTP and WebSocket Server Library for ESP32",
2016-05-10 01:40:18 -07:00
"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",
2016-05-10 01:47:22 -07:00
"frameworks": "arduino",
2017-10-01 09:35:15 -07:00
"platforms": ["espressif32", "espressif32_stage"],
"dependencies":
{
"name": "AsyncTCP"
}
2016-05-10 01:40:18 -07:00
}