2018-05-20 12:39:24 +00:00
|
|
|
{
|
|
|
|
"name": "ESPUI",
|
2022-05-31 06:27:11 +00:00
|
|
|
"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"
|
|
|
|
},
|
2022-01-04 10:35:43 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Lukas Bachschwell",
|
|
|
|
"email": "lukas@lbsfilm.at",
|
|
|
|
"url": "https://lbsfilm.at",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
{
|
2018-11-16 19:50:01 +00:00
|
|
|
"name": "ESP Async WebServer",
|
|
|
|
"authors": "Hristo Gochkov",
|
|
|
|
"frameworks": "arduino"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ArduinoJson",
|
|
|
|
"authors": "Benoit Blanchon",
|
|
|
|
"frameworks": "arduino"
|
2022-01-04 10:35:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "LittleFS_esp32",
|
|
|
|
"authors": "lorol",
|
|
|
|
"frameworks": "arduino"
|
2018-11-16 19:50:01 +00:00
|
|
|
}
|
|
|
|
],
|
2022-05-30 19:35:15 +00:00
|
|
|
"version": "2.1.1",
|
2018-05-20 12:39:24 +00:00
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "*"
|
2019-02-26 15:04:41 +00:00
|
|
|
}
|