forked from sheetjs/sheetjs
SheetJS
6990e66a56
- updated ssf to 0.5.4 - cleaned up CSV string output - added CSV tests (from test_files) - passes lint - inlineStr actually parses <is> block - more XLSB bits
35 lines
803 B
JSON
35 lines
803 B
JSON
{
|
|
"name": "xlsx",
|
|
"version": "0.4.1",
|
|
"author": "sheetjs",
|
|
"description": "XLSB / XLSX / XLSM parser",
|
|
"keywords": [ "xlsx", "xlsb", "xlsm", "office", "excel", "spreadsheet" ],
|
|
"bin": {
|
|
"xlsx2csv": "./bin/xlsx2csv.njs"
|
|
},
|
|
"main": "./xlsx",
|
|
"dependencies": {
|
|
"ssf":">=0.1.1",
|
|
"codepage":"",
|
|
"commander":""
|
|
},
|
|
"devDependencies": {
|
|
"mocha":"",
|
|
"jasmine-node": "x"
|
|
},
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-xlsx.git" },
|
|
"scripts": {
|
|
"pretest": "git submodule init && git submodule update",
|
|
"test": "make mocha",
|
|
"test-jasmine": "jasmine-node --verbose tests/"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "xlsx.js"
|
|
}
|
|
},
|
|
"bugs": { "url": "https://github.com/SheetJS/js-xlsx/issues" },
|
|
"license": "Apache-2.0",
|
|
"engines": { "node": ">=0.6" }
|
|
}
|