forked from sheetjs/sheetjs
SheetJS
7e9f218f0f
- cellHTML controls HTML generation - cellFormula controls formula output - sheetStubs now defaults to false - cleaned up unnecessary CSV quotes (fixed #45) - updated test_files to 20140211 - updated SSF to 0.5.7 - removed unused main function - removed some dead code
36 lines
822 B
JSON
36 lines
822 B
JSON
{
|
|
"name": "xlsx",
|
|
"version": "0.5.4",
|
|
"author": "sheetjs",
|
|
"description": "XLSB / XLSX / XLSM parser",
|
|
"keywords": [ "xlsx", "xlsb", "xlsm", "office", "excel", "spreadsheet" ],
|
|
"bin": {
|
|
"xlsx2csv": "./bin/xlsx2csv.njs"
|
|
},
|
|
"main": "./xlsx",
|
|
"dependencies": {
|
|
"ssf":"~0.5.6",
|
|
"codepage":"",
|
|
"jszip":"~2.1.0",
|
|
"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" }
|
|
}
|