Skip to content

Commit 5d80638

Browse files
committed
Add library.json
1 parent c898667 commit 5d80638

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

library.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "LwSHELL",
3+
"version": "1.1.0",
4+
"description": "Lightweight shell command line manager",
5+
"keywords": "lwshell, cmd, command line, shell, manager, uart, usb, cdc, command, commands",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/MaJerle/lwshell.git"
9+
},
10+
"authors": [
11+
{
12+
"name": "Tilen Majerle",
13+
"email": "[email protected]",
14+
"url": "https://majerle.eu"
15+
}
16+
],
17+
"license": "MIT",
18+
"homepage": "https://github.com/MaJerle/lwshell",
19+
"dependencies": {
20+
21+
},
22+
"frameworks": "*",
23+
"platforms": "*",
24+
"export": {
25+
"exclude": [
26+
"docs",
27+
"**/.vs",
28+
"**/Debug"
29+
]
30+
}
31+
}

0 commit comments

Comments
 (0)