Files
Menu/library.json
T
2023-02-18 12:28:30 +00:00

23 lines
521 B
JSON

{
"name": "Menu",
"version": "1.0.1",
"description": "Build page based menus on uCs",
"keywords": "menu, page, input",
"repository":
{
"type": "git",
"url": "https://git.kleiax.de/PlatformIO-Libs/Menu.git"
},
"authors":
[
{
"name": "Alexander Klein",
"email": "alex@kleiax.de",
"url": "https://www.kleiax.de/contact"
}
],
"license": "MIT",
"homepage": "https://www.kleiax.de/",
"frameworks": "*",
"platforms": "*"
}