1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-28 18:04:14 +00:00
ESPUI/library.json

16 lines
357 B
JSON
Raw Normal View History

2017-05-18 22:05:32 +00:00
{
2017-10-19 20:31:03 +00:00
"name": "ESPUI",
"keywords": "ESPUI, esp32, ui, espui, user, interface, gui, iot, arduino, Wifi, server, webinterface, web",
"description": "Quickly create an user interface on an ESP32",
2017-05-18 22:05:32 +00:00
"repository":
{
"type": "git",
2017-10-19 20:31:03 +00:00
"url": "https://github.com/s00500/ESPUI.git"
2017-05-18 22:05:32 +00:00
},
"frameworks": "arduino",
"platforms":
[
"espressif"
]
}