sheetjs/package.json

30 lines
778 B
JSON
Raw Normal View History

2012-12-04 19:27:20 +00:00
{
"name": "xlsx",
"version": "0.3.6",
"author": "sheetjs",
2012-12-04 19:27:20 +00:00
"description": "(one day) a full-featured XLSX parser and writer. For now, primitive parser",
"keywords": [ "xlsx", "office", "excel", "spreadsheet" ],
2012-12-04 19:27:20 +00:00
"bin": {
"xlsx2csv": "./bin/xlsx2csv.njs"
},
"main": "./xlsx",
"dependencies": {
2013-11-12 17:08:20 +00:00
"ssf":">=0.1.1",
"codepage":"",
"commander":""
2012-12-04 19:27:20 +00:00
},
"devDependencies": {
"mocha":"",
"jasmine-node": "x"
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-xlsx.git" },
"scripts": {
2013-05-18 00:12:10 +00:00
"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",
2013-04-20 16:22:32 +00:00
"engines": { "node": ">=0.6" }
2012-12-04 19:27:20 +00:00
}