Update packages.json with nim-extensions (#768)

This commit is contained in:
Joey 2018-06-23 07:20:14 +09:00 committed by Dominik Picheta
parent 12281d7c9e
commit d772a23dec

View File

@ -28,6 +28,19 @@
"license": "WTFPL",
"web": "https://github.com/watzon/github-api-nim"
},
{
"name": "extensions",
"url": "https://github.com/jyapayne/nim-extensions",
"method": "git",
"tags": [
"library",
"extensions",
"addons"
],
"description": "A library that will add useful tools to Nim's arsenal.",
"license": "MIT",
"web": "https://github.com/jyapayne/nim-extensions"
},
{
"name": "nimates",
"url": "https://github.com/jamesalbert/nimates",