Update packages.json

Added (simplified) mustache templating package. I am sticking to babel format until the big change (0.10.0) is released.
This commit is contained in:
fenekku 2014-11-19 15:13:20 -05:00
parent 069edba0fa
commit c3cf2ed01a

View File

@ -1029,6 +1029,15 @@
"description": "Nim module for working with Firefox bookmarks",
"license": "MIT",
"web": "https://github.com/achesak/nimrod-ff-bookmarks"
},
{
"name": "moustachu",
"url": "https://github.com/fenekku/moustachu.git",
"method": "git",
"tags": ["web", "html", "template", "mustache"],
"description": "Mustache templating for Nimrod.",
"license": "MIT",
"web": "https://github.com/fenekku/moustachu"
}
]