Skip to content

Commit

Permalink
Add library.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 26, 2021
1 parent 5b1d37e commit 4b2f619
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"url": "https://majerle.eu"
}
],
"license": "MIT",
"homepage": "https://github.com/MaJerle/lwjson",
"dependencies": {

},
"frameworks": "*",
"platforms": "*",
"export": {
"exclude": [
"docs",
"**/.vs",
"**/Debug"
]
}
}

0 comments on commit 4b2f619

Please sign in to comment.