{
  "name": "oh-csv",
  "version": "1.0.2",
  "description": "Simple and parametrable CSV parser/encoder.",
  "main": "src/index.js",
  "scripts": {
    "test": "node_modules/mocha/bin/mocha tests/*.mocha.js",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/SimpliField/oh-csv.git"
  },
  "keywords": [
    "csv",
    "tsv",
    "parser",
    "encoder",
    "reader"
  ],
  "author": "Nicolas Froidure (Simplifield)",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/SimpliField/oh-csv/issues"
  },
  "devDependencies": {
    "coveralls": "^2.11.13",
    "istanbul": "^0.4.1",
    "mocha": "^3.0.2",
    "mocha-lcov-reporter": "^1.0.0"
  },
  "dependencies": {
    "escape-string-regexp": "^1.0.5",
    "readable-stream": "^2.0.4"
  }
}
