mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-04 18:50:54 +00:00
28 lines
612 B
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.4.6",
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": "*"
|
||
|
}
|