sheetjs-clone/package.json
SheetJS b4f7030634 version bump 0.3.3: malformed xlsx parsing
Files that cannot be processed by Excel 2011 were removed from the suite
2013-11-12 08:29:55 -08:00

29 lines
759 B
JSON

{
"name": "xlsx",
"version": "0.3.3",
"author": "sheetjs",
"description": "(one day) a full-featured XLSX parser and writer. For now, primitive parser",
"keywords": [ "xlsx", "office", "excel", "spreadsheet" ],
"bin": {
"xlsx2csv": "./bin/xlsx2csv.njs"
},
"main": "./xlsx",
"dependencies": {
"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/"
},
"bugs": { "url": "https://github.com/SheetJS/js-xlsx/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.6" }
}