2012-12-04 19:27:20 +00:00
|
|
|
{
|
|
|
|
"name": "xlsx",
|
2014-03-23 21:30:00 +00:00
|
|
|
"version": "0.5.13",
|
2013-11-06 06:05:32 +00:00
|
|
|
"author": "sheetjs",
|
2014-03-19 17:53:20 +00:00
|
|
|
"description": "XLSB / XLSX / XLSM (Excel 2007+ Spreadsheet) parser",
|
2014-01-28 16:38:02 +00:00
|
|
|
"keywords": [ "xlsx", "xlsb", "xlsm", "office", "excel", "spreadsheet" ],
|
2012-12-04 19:27:20 +00:00
|
|
|
"bin": {
|
|
|
|
"xlsx2csv": "./bin/xlsx2csv.njs"
|
|
|
|
},
|
|
|
|
"main": "./xlsx",
|
2013-10-30 19:26:07 +00:00
|
|
|
"dependencies": {
|
2014-03-19 17:53:20 +00:00
|
|
|
"ssf":"~0.5.9",
|
2013-10-30 19:26:07 +00:00
|
|
|
"codepage":"",
|
2014-02-15 05:08:18 +00:00
|
|
|
"cfb":"",
|
2014-02-06 22:02:11 +00:00
|
|
|
"jszip":"~2.1.0",
|
2013-10-30 19:26:07 +00:00
|
|
|
"commander":""
|
2012-12-04 19:27:20 +00:00
|
|
|
},
|
2013-05-17 17:55:18 +00:00
|
|
|
"devDependencies": {
|
2013-10-30 19:26:07 +00:00
|
|
|
"mocha":"",
|
2014-02-14 06:25:46 +00:00
|
|
|
"uglify-js":"",
|
2013-05-17 17:55:18 +00:00
|
|
|
"jasmine-node": "x"
|
|
|
|
},
|
2013-11-12 16:29:53 +00:00
|
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-xlsx.git" },
|
2013-05-17 17:55:18 +00:00
|
|
|
"scripts": {
|
2013-05-18 00:12:10 +00:00
|
|
|
"pretest": "git submodule init && git submodule update",
|
2013-10-30 19:26:07 +00:00
|
|
|
"test": "make mocha",
|
|
|
|
"test-jasmine": "jasmine-node --verbose tests/"
|
2013-05-17 17:55:18 +00:00
|
|
|
},
|
2014-01-22 04:58:26 +00:00
|
|
|
"config": {
|
|
|
|
"blanket": {
|
|
|
|
"pattern": "xlsx.js"
|
|
|
|
}
|
|
|
|
},
|
2013-11-06 06:05:32 +00:00
|
|
|
"bugs": { "url": "https://github.com/SheetJS/js-xlsx/issues" },
|
2013-10-30 19:26:07 +00:00
|
|
|
"license": "Apache-2.0",
|
2014-03-21 02:44:27 +00:00
|
|
|
"engines": { "node": ">=0.8" }
|
2012-12-04 19:27:20 +00:00
|
|
|
}
|