PowerAnalyzer/.piolibdeps/ESP Async WebServer_ID306/.library.json
Carsten Schmiemann 0748877113 Update gitignore
2018-08-29 00:24:09 +02:00

42 lines
932 B
JSON

{
"license": "LGPL-3.0",
"name": "ESP Async WebServer",
"repository": {
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git",
"type": "git"
},
"platforms": [
"espressif32",
"espressif8266"
],
"frameworks": [
"arduino"
],
"version": "1.2.0",
"dependencies": [
{
"platforms": "espressif8266",
"name": "ESPAsyncTCP"
},
{
"platforms": "espressif32",
"name": "AsyncTCP"
}
],
"authors": [
{
"url": null,
"maintainer": true,
"email": null,
"name": "Hristo Gochkov"
}
],
"keywords": [
"async",
"websocket",
"http",
"webserver"
],
"id": 306,
"description": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32"
}