forked from sheetjs/sheetjs
SheetJS
0b642080bf
- updated jszip to version 2 (20121106) - added some .match guards (2) - updated package.json
34 lines
770 B
JSON
34 lines
770 B
JSON
{
|
|
"name": "xlsx",
|
|
"version": "0.3.2",
|
|
"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" }
|
|
}
|