From c3cf2ed01a522b3bf7f1f7304eac4a50e95cd119 Mon Sep 17 00:00:00 2001 From: fenekku Date: Wed, 19 Nov 2014 15:13:20 -0500 Subject: [PATCH] Update packages.json Added (simplified) mustache templating package. I am sticking to babel format until the big change (0.10.0) is released. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index d084558..7612536 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]