1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-02 04:53:29 +00:00
ESPUI/library.json
Lukas Bachschwell 679a3b5a8d
Version 2.2.3
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2023-08-03 16:33:27 +02:00

38 lines
805 B
JSON

{
"name": "ESPUI",
"keywords": "espressif web interface iot easy ui",
"description": "ESP32 and ESP8266 Web Interface Library",
"repository": {
"type": "git",
"url": "https://github.com/s00500/ESPUI.git"
},
"authors": [
{
"name": "Lukas Bachschwell",
"email": "lukas@lbsfilm.at",
"url": "https://lbsfilm.at",
"maintainer": true
}
],
"dependencies": [
{
"name": "ESP Async WebServer",
"authors": "Hristo Gochkov",
"frameworks": "arduino"
},
{
"name": "ArduinoJson",
"authors": "Benoit Blanchon",
"frameworks": "arduino"
},
{
"name": "LittleFS_esp32",
"authors": "lorol",
"frameworks": "arduino"
}
],
"version": "2.2.3",
"frameworks": "arduino",
"platforms": "*"
}