json-2-csv
Version:
A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.
20 lines • 334 B
JSON
{
"name": "json-2-csv",
"version": "1.1.2",
"homepage": "https://github.com/mrodrig/json-2-csv",
"moduleType": [
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"underscore": "1.6.0",
"bluebird": "2.9.24"
}
}