write-csv
Version:
Quickly write json array to a .csv file
32 lines (31 loc) • 658 B
JSON
{
"name": "write-csv",
"version": "1.0.0",
"description": "Quickly write json array to a .csv file",
"main": "index.js",
"scripts": {
"cover": "istanbul cover _mocha",
"test": "mocha"
},
"keywords": [
"write",
"csv",
"quick",
"easy"
],
"author": "David Ernst <npm@dsernst.com> (http://dsernst.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/dsernst/write-csv.git"
},
"license": "ISC",
"dependencies": {
"csv-stringify": "0.0.8"
},
"devDependencies": {
"coveralls": "^2.11.6",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0"
}
}