lwshell/library.json

38 lines
724 B
JSON
Raw Normal View History

2021-11-26 20:53:52 +01:00
{
"name": "LwSHELL",
2023-01-04 21:03:53 +01:00
"version": "1.2.0",
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",
2022-01-13 20:56:30 +01:00
"build",
"**/build"
2021-11-26 20:53:52 +01:00
]
2023-11-28 18:45:11 +01:00
},
"build": {
"includeDir": "lwshell/src/include"
}
2021-11-26 20:53:52 +01:00
}