diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-06-26 22:00:57 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-06-26 22:00:57 +0100 |
| commit | 5e6e1d3be5dfdadcf0fb77b4b151785570cdf141 (patch) | |
| tree | a2d58a34dbb23f3c784f0f940bc97f6a9d24595d | |
| parent | d23710ae0e17212d6477018bb3a512ce0581d621 (diff) | |
| parent | a1ebe6e7382b8e3ffac0bc15b4fe5a52f4026999 (diff) | |
| download | packages-5e6e1d3be5dfdadcf0fb77b4b151785570cdf141.tar.gz packages-5e6e1d3be5dfdadcf0fb77b4b151785570cdf141.zip | |
Merge pull request #66 from flyx/master
Added emerald
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ec9e0be..9c5c56c 100644 --- a/packages.json +++ b/packages.json @@ -730,5 +730,14 @@ "description": "Wrapper for librsvg, a Scalable Vector Graphics (SVG) rendering library", "license": "MIT", "web": "https://github.com/def-/rsvg" + }, + { + "name": "emerald", + "url": "git://github.com/flyx/emerald", + "method": "git", + "tags": ["dsl", "html", "template", "web"], + "description": "macro-based HTML templating engine", + "license": "WTFPL", + "web": "https://github.com/flyx/emerald" } ] |
