diff --git a/library.json b/library.json new file mode 100644 index 0000000..7f47b8f --- /dev/null +++ b/library.json @@ -0,0 +1,31 @@ +{ + "name": "LwJSON", + "version": "1.5.0", + "description": "Lightweight JSON parser for embedded systems with support for inline comments", + "keywords": "json, javascript, lightweight, parser, stm32, manager, library, comment, object, notation, object notation", + "repository": { + "type": "git", + "url": "https://github.com/MaJerle/lwjson.git" + }, + "authors": [ + { + "name": "Tilen Majerle", + "email": "tilen@majerle.eu", + "url": "https://majerle.eu" + } + ], + "license": "MIT", + "homepage": "https://github.com/MaJerle/lwjson", + "dependencies": { + + }, + "frameworks": "*", + "platforms": "*", + "export": { + "exclude": [ + "docs", + "**/.vs", + "**/Debug" + ] + } +} \ No newline at end of file