node-csv-json
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "node-csv-json", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Converting csv to JSON", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DataGarage/node-csv-json" | ||
}, | ||
"keywords": [ | ||
"csv", | ||
"json" | ||
], | ||
"author": "chilijung <chilijung@gmail.com> (http://lijung.com/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/DataGarage/node-csv-json/issues" | ||
}, | ||
"homepage": "https://github.com/DataGarage/node-csv-json", | ||
"dependencies": { | ||
"csv": "~0.3.6" | ||
}, | ||
"devDependencies": { | ||
"should": "~3.1.2", | ||
"mocha": "~1.17.1" | ||
} | ||
} |
# node-csv-json | ||
[![Build Status](https://travis-ci.org/DataGarage/node-csv-json.png?branch=master)](https://travis-ci.org/DataGarage/node-csv-json) | ||
Converting csv file to json files using nodejs | ||
@@ -4,0 +6,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
18104
13
90
35
2