to-csv
Version:
Convert objects to CSV
24 lines (23 loc) • 447 B
JSON
{
"name": "to-csv",
"version": "0.1.1",
"description": "Convert objects to CSV",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"csv",
"object",
"convert"
],
"author": "Joseph Werle <joseph.werle@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jwerle/to-csv.git"
},
"bugs": {
"url": "https://github.com/jwerle/to-csv/issues"
}
}