You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
719 B
33 lines
719 B
{ |
|
"name":"ESP Async WebServer", |
|
"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" |
|
}, |
|
"version": "1.2.3", |
|
"license": "LGPL-3.0", |
|
"frameworks": "arduino", |
|
"platforms": ["espressif8266", "espressif32"], |
|
"dependencies": [ |
|
{ |
|
"name": "ESPAsyncTCP", |
|
"platforms": "espressif8266" |
|
}, |
|
{ |
|
"name": "AsyncTCP", |
|
"platforms": "espressif32" |
|
}, |
|
{ |
|
"name": "Hash", |
|
"platforms": "espressif8266" |
|
} |
|
] |
|
}
|
|
|