diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-27 14:01:54 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-27 14:01:54 +0100 |
| commit | f25118383dc7bd9a1203a7ce62d367b48ad20ec9 (patch) | |
| tree | 01e6b53a3ff811222d93b448bb0979f147676799 | |
| parent | 6f0320f155a261ca1073ee7f7cbdd0f95856dcbd (diff) | |
| parent | 4f31714bf9813226a8cb0ec55ecba54038069fb0 (diff) | |
| download | packages-f25118383dc7bd9a1203a7ce62d367b48ad20ec9.tar.gz packages-f25118383dc7bd9a1203a7ce62d367b48ad20ec9.zip | |
Merge pull request #74 from h3rald/patch-1
Added HastyScribe package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d34981e..27ed5c2 100644 --- a/packages.json +++ b/packages.json @@ -813,5 +813,14 @@ "description": "Functional operations for iterators and slices, similar to sequtils", "license": "MIT", "web": "https://github.com/def-/iterutils" + }, + { + "name": "hastyscribe", + "url": "git://github.com/h3rald/hastyscribe", + "method": "git", + "tags": ["markdown", "html", "publishing"], + "description": "Self-contained markdown compiler generating self-contained HTML documents", + "license": "MIT", + "web": "https://h3rald.com/hastyscribe" } ] |
