23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"name": "Menu",
|
|
"version": "1.1.0",
|
|
"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": "*"
|
|
} |