{
  "name": "rows",
  "version": "0.0.2",
  "description": "A small commandline utility for working with CSV files",
  "bin": {
    "rows": "index.js"
  },
  "main": "index.js",
  "dependencies": {
    "csv": "~0.3.7"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "csv",
    "commandline"
  ],
  "author": "Victor Powell",
  "license": "BSD-2-Clause"
}
