UNPKG

excel-as-json2

Version:
39 lines (38 loc) 999 B
{ "name": "excel-as-json2", "version": "0.4.0", "description": "Convert Excel data to JSON", "author": "Steve Tarver <steve.tarver@gmail.com>", "license": "MIT", "main": "lib/excel-as-json.js", "scripts": { "clean": "tools/clean.sh", "build": "tools/build.sh", "test": "tools/test.sh", "dist": "tools/dist.sh", "codecov": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov", "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "prepublish": "tools/dist.sh" }, "repository": { "type": "git", "url": "git+https://github.com/jiridudekusy/excel-as-json.git" }, "keywords": [ "Excel", "JSON", "convert" ], "bugs": { "url": "https://github.com/jiridudekusy/excel-as-json/issues" }, "homepage": "https://github.com/jiridudekusy/excel-as-json", "dependencies": { "exceljs": "^3.9.0" }, "devDependencies": { "chai": "4.1.2", "mocha": "5.1.0", "nyc": "^15.0.1" } }