Merge pull request #527 from enthus1ast/patch-1

Update packages.json
This commit is contained in:
Dominik Picheta 2017-06-22 23:32:31 +01:00 committed by GitHub
commit 9eb0e1c3f2

View File

@ -6537,5 +6537,32 @@
"description": "Pipe operator for nim.",
"license": "MIT",
"web": "https://github.com/5paceToast/pipe"
}
},
{
"name": "flatdb",
"url": "https://github.com/enthus1ast/flatdb",
"method": "git",
"tags": [
"database",
"json",
"pure"
],
"description": "small/tiny, flatfile, jsonl based, inprogress database for nim",
"license": "MIT",
"web": "https://github.com/enthus1ast/flatdb"
},
{
"name": "nwt",
"url": "https://github.com/enthus1ast/nimWebTemplates",
"method": "git",
"tags": [
"template",
"html",
"pure",
"jinja"
],
"description": "experiment to build a jinja like template parser",
"license": "MIT",
"web": "https://github.com/enthus1ast/nimWebTemplates"
}
]