deepjson2csv
Advanced tools
Comparing version
{ | ||
"name": "deepjson2csv", | ||
"preferGlobal": "true", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert deep json to csv with column titles", | ||
@@ -21,12 +21,12 @@ "keywords": [ | ||
"bin": { | ||
"json2csv": "./bin/json2csv.js" | ||
"json2csv": "./bin/deepjson2csv.js" | ||
}, | ||
"main": "./lib/json2csv.js", | ||
"main": "./lib/deepjson2csv.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wagaduu/json2csv" | ||
"url": "https://github.com/wagaduu/deepjson2csv" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --reporter spec", | ||
"format": "node ./node_modules/js-beautify/js/bin/js-beautify.js lib/json2csv.js test/test.js package.json -r --config js-beautify.json" | ||
"format": "node ./node_modules/js-beautify/js/bin/js-beautify.js lib/deepjson2csv.js test/test.js package.json -r --config js-beautify.json" | ||
}, | ||
@@ -33,0 +33,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet