lwshell/library.json
2021-11-26 20:53:52 +01:00

31 lines
607 B
JSON

{
"name": "LwSHELL",
"version": "1.1.0",
"description": "Lightweight shell command line manager",
"keywords": "lwshell, cmd, command line, shell, manager, uart, usb, cdc, command, commands",
"repository": {
"type": "git",
"url": "https://github.com/MaJerle/lwshell.git"
},
"authors": [
{
"name": "Tilen Majerle",
"email": "tilen@majerle.eu",
"url": "https://majerle.eu"
}
],
"license": "MIT",
"homepage": "https://github.com/MaJerle/lwshell",
"dependencies": {
},
"frameworks": "*",
"platforms": "*",
"export": {
"exclude": [
"docs",
"**/.vs",
"**/Debug"
]
}
}