Add niprefs package (#2173)

* Added niprefs package

* Update packages.json

Co-authored-by: Miran <narimiran@disroot.org>
This commit is contained in:
Pat 2022-03-14 01:36:29 -05:00 committed by GitHub
parent 1acc8ca216
commit 6c117f9704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,17 @@
[
{
"name": "niprefs",
"url": "https://github.com/Patitotective/niprefs",
"method": "git",
"tags": [
"preferences",
"prefs"
],
"description": " A dynamic preferences-system with a table-like structure for Nim.",
"license": "MIT",
"web": "https://github.com/Patitotective/niprefs",
"doc": "https://github.com/Patitotective/NiPrefs"
},
{
"name": "lrparser",
"url": "https://github.com/vanyle/lrparser/",