aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-09-27 16:34:39 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-09-27 16:34:39 +0100
commit02e103b2fb073e0a080e6ebe5c1429a58ed65fd8 (patch)
tree2e719a7b485338bb77098d501f3328fa83055784
parenta1e051cb2cc8f68f14f3007d2b9c587e78b31479 (diff)
parent6936fe14776bdbd400d3b819d8a2da5d41742810 (diff)
downloadpackages-02e103b2fb073e0a080e6ebe5c1429a58ed65fd8.tar.gz
packages-02e103b2fb073e0a080e6ebe5c1429a58ed65fd8.zip
Merge pull request #88 from achesak/master
Added epub and hashids.
-rw-r--r--packages.json19
1 files changed, 19 insertions, 0 deletions
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"
}
]
+