mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-01-25 13:02:54 +08:00
31 lines
607 B
JSON
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"
|
||
|
]
|
||
|
}
|
||
|
}
|