diff options
| author | achesak <achesak@yahoo.com> | 2013-11-27 17:48:45 -0600 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2013-11-27 17:48:45 -0600 |
| commit | 96f5325eeb31b380ba7bb5f6821d1a6314f0d465 (patch) | |
| tree | dd2a795f2cb6568525cac7cc47dfdb2bb128792f | |
| parent | e52ecb178c7345cf007fb9cbf596737a805e19d1 (diff) | |
| download | packages-96f5325eeb31b380ba7bb5f6821d1a6314f0d465.tar.gz packages-96f5325eeb31b380ba7bb5f6821d1a6314f0d465.zip | |
Added csv.
| -rw-r--r-- | packages.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 4d3842b..1f3b2ad 100644 --- a/packages.json +++ b/packages.json @@ -339,6 +339,14 @@ "tags": ["dropbox"], "description": "Tool to clean up filenames shared on Dropbox", "license": "MIT" + }, + + { + "name": "csv", + "url": "git://github.com/achesak/nimrod-csv", + "method": "git", + "tags": ["csv", "parsing", "stringify", "library"], + "description": "Library for parsing, stringifying, reading, and writing CSV (comma separated value) files", + "license": "MIT" } - ] |
