Update packages.json

This commit is contained in:
David Krause 2017-06-18 12:59:43 +02:00 committed by GitHub
parent a8b0d34ac4
commit ba40406ea4

View File

@ -6526,5 +6526,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"
}
]