diff options
| author | fenekku <fenekku@fenekku.com> | 2014-11-19 15:13:20 -0500 |
|---|---|---|
| committer | fenekku <fenekku@fenekku.com> | 2014-11-19 15:13:20 -0500 |
| commit | c3cf2ed01a522b3bf7f1f7304eac4a50e95cd119 (patch) | |
| tree | 95ccb29c2038816e98e600bee4fdda9403999055 | |
| parent | 069edba0fabd3488aa87180204bbe3a3dded6c56 (diff) | |
| download | packages-c3cf2ed01a522b3bf7f1f7304eac4a50e95cd119.tar.gz packages-c3cf2ed01a522b3bf7f1f7304eac4a50e95cd119.zip | |
Update packages.json
Added (simplified) mustache templating package. I am sticking to babel format until the big change (0.10.0) is released.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" } ] |
