lwshell/library.json

34 lines
644 B
JSON
Raw Normal View History

2021-11-26 20:53:52 +01:00
{
"name": "LwSHELL",
2022-01-03 22:48:32 +01:00
"version": "v1.1.1",
2021-11-26 20:53:52 +01:00
"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": [
2021-12-16 21:38:07 +01:00
".github",
2021-12-19 16:03:29 +01:00
"dev",
2021-11-26 20:53:52 +01:00
"docs",
"**/.vs",
2021-12-16 21:38:07 +01:00
"**/Debug",
2021-12-19 16:03:29 +01:00
"build"
2021-11-26 20:53:52 +01:00
]
}
}