convert-csv-to-json
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "convert-csv-to-json", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Convert CSV to JSON", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "./node_modules/.bin/mocha --reporter spec" | ||
}, | ||
@@ -35,3 +35,10 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/iuccio/CSVtoJSON#readme" | ||
"homepage": "https://github.com/iuccio/CSVtoJSON#readme", | ||
"devDependencies": { | ||
"chai": "^4.0.2", | ||
"gulp": "^3.9.1", | ||
"gulp-mocha": "^4.3.1", | ||
"gulp-util": "^3.0.8", | ||
"mocha": "^3.4.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# CSVtoJSON | ||
# CSVtoJSON [![Build Status](https://travis-ci.org/iuccio/csvToJson.svg?branch=master)](https://travis-ci.org/iuccio/csvToJson) | ||
Convert *csv* file to *JSON* file with Node.js. | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
51319
15
233
1
5