{
  "name": "csv-to-sql",
  "version": "0.1.14",
  "description": "Convert CSV to SQL",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest --coverage",
    "profile": "devtool profile.js",
    "build": "babel src --out-dir lib",
    "build:watch": "babel --watch src --out-dir lib"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "csv": "^1.1.0",
    "lodash.fill": "^3.4.0",
    "lodash.max": "^4.0.1",
    "lodash.unzip": "^3.4.0",
    "moment": "^2.15.1",
    "validator": "^5.7.0"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-preset-aria": "^1.3.0",
    "devtool": "^2.2.0",
    "eslint": "^3.6.0",
    "eslint-config-aria": "^4.0.6",
    "jest": "^15.1.1"
  },
  "jest": {
    "testRegex": "/test/.+\\.js$",
    "coverageDirectory": "coverage"
  }
}
