sheetjs/package.json
SheetJS d5da2eb017 version bump 0.1.4
- Handle 'e' error cells (sticking the actual error code in .err, .v undefined)
- Added quot and apos to encodings
2013-10-10 02:44:17 -04:00

24 lines
480 B
JSON

{
"name": "xlsx",
"version": "0.1.4",
"author": "Niggler",
"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",
"repository": {
"type":"git",
"url": "git://github.com/Niggler/js-xlsx.git"
},
"bugs": {
"url": "https://github.com/Niggler/js-xlsx/issues"
},
"engines": {
"node": ">=0.8"
}
}