UNPKG

koa-simple-json2csv

Version:
39 lines (38 loc) 984 B
{ "name": "koa-simple-json2csv", "version": "1.0.2", "description": "A simple json to csv module to support koa.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --harmony --require co-mocha test.js", "coverage": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec --require co-mocha" }, "repository": { "type": "git", "url": "git+https://github.com/solee0524/koa-simple-json2csv.git" }, "keywords": [ "koa", "json", "csv", "json2csv", "simple", "jsontocsv" ], "author": "solee", "license": "MIT", "bugs": { "url": "https://github.com/solee0524/koa-simple-json2csv/issues" }, "homepage": "https://github.com/solee0524/koa-simple-json2csv#readme", "devDependencies": { "chai": "^3.5.0", "co-mocha": "^1.1.2", "coveralls": "^2.11.9", "istanbul": "^0.4.3", "mocha": "^2.4.5" }, "dependencies": { "co-foreach": "^1.1.1" } }