xlsx-to-json-depfix
Version:
Convert xlsx to json
36 lines (35 loc) • 786 B
JSON
{
"name": "xlsx-to-json-depfix",
"version": "0.2.6",
"description": "Convert xlsx to json",
"main": "index.js",
"keywords": [
"xlsx",
"converter",
"json",
"excel",
"table"
],
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/dunklesToast/node-xlsx-json"
},
"author": "dunklesToast <tomnik104@yahoo.de>",
"contributors": ["dunklesToast <tomnik104@yahoo.de>"],
"license": "MIT",
"bugs": {
"url": "https://github.com/dunklesToast/node-xlsx-json/issues"
},
"homepage": "https://github.com/dunklesToast/node-xlsx-json",
"dependencies": {
"xlsx": "0.11.3",
"csv": "~0.3.6"
},
"devDependencies": {
"mocha": "~1.17.1",
"should": "~3.1.2"
}
}