forked from sheetjs/sheetjs
SheetJS
2a756fffcc
- codepage updated to 1.6.0 (latest) - clean up Makefile - adapted .travis.yml to support 0.8 - removed test files that drifted from baseline - removed XLSB pseudo-inverse tests due to fails in node 4+
24 lines
321 B
JSON
24 lines
321 B
JSON
{
|
|
"name": "js-xlsx",
|
|
"homepage": "https://github.com/SheetJS/js-xlsx",
|
|
"main": "dist/xlsx.js",
|
|
"version": "0.8.1",
|
|
"ignore": [
|
|
"bin",
|
|
"bits",
|
|
"misc",
|
|
"**/.*"
|
|
],
|
|
"keywords": [
|
|
"excel",
|
|
"xls",
|
|
"xml",
|
|
"xlsx",
|
|
"xlsm",
|
|
"xlsb",
|
|
"ods",
|
|
"js-xls",
|
|
"js-xlsx"
|
|
]
|
|
}
|