{
  "name": "cbpcruncher",
  "version": "1.1.4",
  "description": "Takes in CBP CSV Files and splits up joined applications and their data.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eaglejs/cruncher.git"
  },
  "author": "Joshua S. Eagle <joshuaseagle@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/eaglejs/cruncher/issues"
  },
  "homepage": "https://github.com/eaglejs/cruncher#readme",
  "bin": {
    "cbpcruncher": "./index.js"
  },
  "dependencies": {
    "commander": "^2.19.0",
    "csvtojson": "^2.0.8",
    "fast-csv": "^2.4.1",
    "jsdom": "^13.0.0",
    "minimist": "^1.2.0"
  }
}
