UNPKG

node-excel-to-json

Version:

convert a spread sheet into JSON into tabular form

40 lines (39 loc) 826 B
{ "name": "node-excel-to-json", "description": "convert a spread sheet into JSON into tabular form", "version": "0.0.3", "main": "src/main.js", "author": "Kashif Eqbal", "repository": { "type": "git", "url": "git+https://github.com/kashifeqbal/node-excel-to-json.git" }, "keywords": [ "async", "EXCEL to JSON", "JSON", "EXCEL", "XLS", "CSV" ], "dependencies": { "async": "*.*", "xlsx": "^0.8.0" }, "devDependencies": { "chai": "^3.4.0", "nock": "^2.17.0", "sinon": "^1.17.2" }, "directories": { "test": "test" }, "scripts": { "test": "mocha test" }, "license": "MIT", "bugs": { "url": "https://github.com/kashifeqbal/node-excel-to-json/issues" }, "homepage": "https://github.com/kashifeqbal/node-excel-to-json#readme" }