mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
Add library.json
This commit is contained in:
parent
c89866704c
commit
5d806383e7
31
library.json
Normal file
31
library.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user