{
    "author": "mrodrig",
    "name": "json-2-csv",
    "description": "A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.",
    "version": "1.1.2",
    "repository": {
        "type": "git",
    	"url": "http://github.com/mrodrig/json-2-csv.git"
    },
    "main": "./lib/converter.js",
    "scripts": {
        "test": "./node_modules/.bin/mocha --reporter spec"
    },
    "keywords": [
        "json",
        "csv",
        "converter",
        "json2csv",
        "csv2json",
        "json2csv-converter",
        "csv2json-converter",
        "json-2-csv",
        "csv-2-json"
    ],
    "dependencies": {
    	"underscore": "~1.8.3",
        "bluebird": "~2.9.24"
    },
    "devDependencies": {
        "mocha": "~2.2.4",
        "should": "~5.2.0",
        "async": "~0.9.0"
    },
    "engines": {
    	"node": "*"
    },
    "license": "MIT"
}