From 4f31714bf9813226a8cb0ec55ecba54038069fb0 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 27 Jul 2014 14:37:28 +0200 Subject: [PATCH] Added HastyScribe package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]