UNPKG

csv-excel-to-json

Version:

NPM Module to convert csv, excel to json format

33 lines (32 loc) 738 B
{ "name": "csv-excel-to-json", "version": "1.0.1", "description": "NPM Module to convert csv, excel to json format", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://topest1@gitlab.com/topest1/csv-excel-to-json.git" }, "keywords": [ "csv", "json", "excel", "convert" ], "author": "Kaushil Rakhasiya", "license": "ISC", "bugs": { "url": "https://gitlab.com/topest1/csv-excel-to-json/issues" }, "homepage": "https://gitlab.com/topest1/csv-excel-to-json#README", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.4.1" }, "dependencies": { "node-xlsx": "^0.7.4" } }