ESPUI/library.json

28 lines
612 B
JSON

{
"name": "ESPUI",
"keywords": "espressif web interface iot control simple easy ui userinterface",
"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"
},
"version": "1.5.2",
"frameworks": "arduino",
"platforms": "*"
}