Add library.json

This commit is contained in:
Tilen Majerle 2021-11-26 20:53:52 +01:00
parent c89866704c
commit 5d806383e7

31
library.json Normal file
View File

@ -0,0 +1,31 @@
{
"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"
]
}
}