You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
620 B
28 lines
620 B
{
|
|
"name": "xlsx-js",
|
|
"version": "0.8.8",
|
|
"description": "Excel 5.0/95 and 97-2004 spreadsheet (BIFF5 XLS / BIFF8 XLS / XML 2003) parser",
|
|
"keywords": [
|
|
"excel",
|
|
"xlsx",
|
|
"office",
|
|
"spreadsheet"
|
|
],
|
|
"authors": [
|
|
"clarketm <travis.m.clarke@gmail.com>",
|
|
"sheetjs"
|
|
],
|
|
"main": "./xlsx",
|
|
"dependencies": {
|
|
"jzip": "^1.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/clarketm/js-xlsx/issues"
|
|
},
|
|
"homepage": "https://github.com/clarketm/js-xlsx#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/clarketm/js-xlsx.git"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|
|
|