{
  "name": "jsonexport",
  "version": "1.5.2",
  "description": "Makes easy to convert JSON to CSV",
  "main": "./lib",
  "scripts": {
    "test": "mocha tests/*.js tests/**/*.js",
    "lint": "./node_modules/.bin/jshint ./lib/index.js"
  },
  "bin": {
    "jsonexport": "bin/jsonexport.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kauegimenes/jsonexport.git"
  },
  "keywords": [
    "export",
    "json",
    "to",
    "2",
    "csv",
    "converter",
    "output",
    "array",
    "object",
    "json-to-csv",
    "json2csv",
    "parse"
  ],
  "author": "Kauê Gimenes",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kauegimenes/jsonexport/issues"
  },
  "homepage": "https://github.com/kauegimenes/jsonexport",
  "dependencies": {
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "jshint": "^2.9.4",
    "mocha": "^3.1.0"
  }
}
