ESPUI/library.json

36 lines
739 B
JSON
Raw Normal View History

2018-05-20 12:39:24 +00:00
{
"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"
}
],
2018-10-28 21:27:32 +00:00
"version": "1.5.4",
2018-05-20 12:39:24 +00:00
"frameworks": "arduino",
"platforms": "*"
}