ESPAsyncWebServer/library.json

34 lines
719 B
JSON
Raw Permalink Normal View History

2016-05-10 01:40:18 -07:00
{
"name":"ESP Async WebServer",
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and 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"
},
2019-10-02 02:09:21 -07:00
"version": "1.2.3",
"license": "LGPL-3.0",
2016-05-10 01:47:22 -07:00
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"name": "ESPAsyncTCP",
"platforms": "espressif8266"
},
{
"name": "AsyncTCP",
"platforms": "espressif32"
},
{
"name": "Hash",
"platforms": "espressif8266"
}
]
2016-05-10 01:40:18 -07:00
}