From 5d806383e73a9d01ab2a4c6d43d3d2cee8ead943 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Fri, 26 Nov 2021 20:53:52 +0100 Subject: [PATCH] Add library.json --- library.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..3ec2111 --- /dev/null +++ b/library.json @@ -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" + ] + } +} \ No newline at end of file