aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-08-03 17:38:38 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-08-03 17:38:38 +0100
commitf91e5ca4cd180a10f2a5b1ef6ab0ad3c9ed6f7aa (patch)
tree3bf4768f2fbc50f77ce0c23278d700c3634390de
parent099294e4ca3089969590f6badb60832a28be2478 (diff)
parent0be1cb6dfcfe0b001b3e70b0cc40b785401cce44 (diff)
downloadpackages-f91e5ca4cd180a10f2a5b1ef6ab0ad3c9ed6f7aa.tar.gz
packages-f91e5ca4cd180a10f2a5b1ef6ab0ad3c9ed6f7aa.zip
Merge pull request #77 from achesak/master
Added imghdr and csv2json.
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c02add7..7ba9018 100644
--- a/packages.json
+++ b/packages.json
@@ -840,5 +840,23 @@
"description": "Wrapper for microsoft's DirectX libraries",
"license": "MS-PL",
"web": "https://bitbucket.org/barcharcraz/directnimrod"
+ },
+ {
+ "name": "imghdr",
+ "url": "git://gitub.com/achesak/nimrod-imghdr",
+ "method": "git",
+ "tags": ["image", "formats", "files"],
+ "description": "Library for detecting the format of an image",
+ "license": "MIT",
+ "web": "https://github.com/achesak/nimrod-imghdr"
+ },
+ {
+ "name": "csv2json",
+ "url": "git://github.com/achesak/nimrod-csv2json",
+ "method": "git",
+ "tags": ["csv", "json"],
+ "description": "Convert CSV files to JSON",
+ "license": "MIT",
+ "web": "https://github.com/achesak/nimrod-csv2json"
}
]