ESPUI/library.json

33 lines
704 B
JSON
Raw Permalink Normal View History

2018-05-20 12:39:24 +00:00
{
"name": "ESPUI",
"keywords": "espressif web interface iot easy ui",
2018-05-20 12:39:24 +00:00
"description": "ESP32 and ESP8266 Web Interface Library",
2018-11-26 17:32:09 +00:00
"repository": {
2018-05-20 12:39:24 +00:00
"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"
}
],
2023-09-20 10:59:25 +00:00
"version": "2.2.3",
2018-05-20 12:39:24 +00:00
"frameworks": "arduino",
"platforms": "*"
2019-02-26 15:04:41 +00:00
}