1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-18 01:13:33 +00:00
ESPUI/library.json
2018-11-16 20:50:01 +01:00

36 lines
739 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"
},
{
"name": "ArduinoJson",
"authors": "Benoit Blanchon",
"frameworks": "arduino"
}
],
"version": "1.5.4",
"frameworks": "arduino",
"platforms": "*"
}