forked from sheetjs/sheetjs
SheetJS
f1aa13dfaf
Note that CHAR actually appears to do different things in OSX and Windows ... Need to build a separate codepage converter
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "xlsx",
|
|
"version": "0.1.5",
|
|
"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"
|
|
}
|
|
}
|