xlsx-parse-json
Version:
Parse csv, xls, xlsx into json
32 lines (31 loc) • 745 B
JSON
{
"name": "xlsx-parse-json",
"version": "3.1.1",
"description": "Parse csv, xls, xlsx into json",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abelalvarez89/xlsx-parse-json.git"
},
"keywords": [
"xlsx",
"xls",
"spreadsheet",
"csv"
],
"author": "Abel Alvarez <abelalvarez89@hotmail.com>",
"contributors": [
"Drew Nolan"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/abelalvarez89/xlsx-parse-json/issues"
},
"homepage": "https://github.com/abelalvarez89/xlsx-parse-json#readme",
"dependencies": {
"xlsx": "^0.14.1"
}
}