2012-12-04 19:27:20 +00:00
|
|
|
{
|
|
|
|
"name": "xlsx",
|
2013-12-31 16:42:46 +00:00
|
|
|
"version": "0.3.6",
|
2013-11-06 06:05:32 +00:00
|
|
|
"author": "sheetjs",
|
2012-12-04 19:27:20 +00:00
|
|
|
"description": "(one day) a full-featured XLSX parser and writer. For now, primitive parser",
|
2013-11-12 16:29:53 +00:00
|
|
|
"keywords": [ "xlsx", "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": {
|
2013-11-12 17:08:20 +00:00
|
|
|
"ssf":">=0.1.1",
|
2013-10-30 19:26:07 +00:00
|
|
|
"codepage":"",
|
|
|
|
"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":"",
|
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
|
|
|
},
|
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",
|
2013-04-20 16:22:32 +00:00
|
|
|
"engines": { "node": ">=0.6" }
|
2012-12-04 19:27:20 +00:00
|
|
|
}
|