aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-06-14 01:46:50 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-06-14 01:46:50 +0200
commitf188909f918d634ef8caee9cd4dd14660fff7d84 (patch)
treefee7a3f7052a0527a3e1a0e27c4ea9a0a94bf39c
parent022ed59d1ae6f560ec5b6ad01313acae667949cb (diff)
downloadpackages-f188909f918d634ef8caee9cd4dd14660fff7d84.tar.gz
packages-f188909f918d634ef8caee9cd4dd14660fff7d84.zip
Adds midnight_dynamite module.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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/"
}
]