elemez2csv
Version:
Use the elemez raw data endpoint to extract data to CSV
43 lines (42 loc) • 951 B
JSON
{
"name": "elemez2csv",
"version": "0.0.5",
"description": "Use the elemez raw data endpoint to extract data to CSV",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/B2MSolutions/elemez2csv.git"
},
"author": {
"name": "B2M Solutions",
"url": "https://github.com/B2MSolutions"
},
"contributors": [{
"name": "Roy Lines",
"url": "http://roylines.co.uk"
}, {
"name": "Ivan Bokii",
"url": "https://github.com/ivanbokii"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/B2MSolutions/elemez2csv/issues"
},
"bin": {
"elemez2csv": "bin/elemez2csv"
},
"homepage": "https://github.com/B2MSolutions/elemez2csv",
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.20.1",
"sinon": "^1.10.2"
},
"dependencies": {
"async": "^0.9.0",
"lodash": "^2.4.1",
"minimist": "^0.1.0",
"request": "^2.36.0"
}
}