forked from sheetjs/sheetjs
29 lines
646 B
JSON
29 lines
646 B
JSON
{
|
|
"name": "xlsx",
|
|
"version": "0.2.7-d",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine-node": "x"
|
|
},
|
|
"scripts": {
|
|
"pretest": "git submodule init && git submodule update",
|
|
"test": "jasmine-node --verbose tests/"
|
|
},
|
|
"engines": { "node": ">=0.6" }
|
|
}
|