From 6936fe14776bdbd400d3b819d8a2da5d41742810 Mon Sep 17 00:00:00 2001 From: achesak Date: Fri, 26 Sep 2014 19:03:15 -0500 Subject: [PATCH] Added epub and hashids. --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index d9108ca..4c17be8 100644 --- a/packages.json +++ b/packages.json @@ -957,5 +957,24 @@ "description": "Determine if a useragent can access a URL using robots.txt", "license": "MIT", "web": "https://github.com/achesak/nimrod-robotparser" + }, + { + "name": "epub", + "url": "git://github.com/achesak/nimrod-epub", + "method": "git", + "tags": ["library", "epub", "e-book"], + "description": "Module for working with EPUB e-book files", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-epub" + }, + { + "name": "hashids", + "url": "git://github.com/achesak/nimrod-hashids", + "method": "git", + "tags": ["library", "hashids"], + "description": "Nimrod implementation of Hashids", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-hashids" } ] +