From f188909f918d634ef8caee9cd4dd14660fff7d84 Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Sat, 14 Jun 2014 01:46:50 +0200 Subject: [PATCH] Adds midnight_dynamite module. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 73c8b5e..5cc318d 100644 --- a/packages.json +++ b/packages.json @@ -712,5 +712,14 @@ "description":"Generates a GitHub documentation website for Nimrod projects.", "license": "MIT", "web": "http://gradha.github.io/gh_nimrod_doc_pages/" + }, + { + "name":"midnight_dynamite", + "url": "git://github.com/gradha/midnight_dynamite", + "method": "git", + "tags":["wrapper", "library", "html", "markdown", "md"], + "description":"Wrapper for the markdown rendering hoedown library", + "license": "MIT", + "web": "http://gradha.github.io/midnight_dynamite/" } ]