sheetjs/package.json

34 lines
770 B
JSON
Raw Normal View History

2012-12-04 19:27:20 +00:00
{
"name": "xlsx",
"version": "0.3.1",
2012-12-04 19:27:20 +00:00
"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",
"dependencies": {
"codepage":"",
"commander":""
2012-12-04 19:27:20 +00:00
},
"devDependencies": {
"mocha":"",
"jasmine-node": "x"
},
"repository": {
"type":"git",
"url": "git://github.com/Niggler/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/Niggler/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
}