From 0be1cb6dfcfe0b001b3e70b0cc40b785401cce44 Mon Sep 17 00:00:00 2001 From: achesak Date: Sat, 2 Aug 2014 20:25:15 -0500 Subject: [PATCH] Added imghdr and csv2json. --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" } ]