2012-12-04 19:27:20 +00:00
|
|
|
{
|
|
|
|
"name": "xlsx",
|
2013-10-28 20:28:17 +00:00
|
|
|
"version": "0.2.8",
|
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",
|
|
|
|
"repository": {
|
|
|
|
"type":"git",
|
|
|
|
"url": "git://github.com/Niggler/js-xlsx.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Niggler/js-xlsx/issues"
|
|
|
|
},
|
2013-05-17 17:55:18 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"jasmine-node": "x"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2013-05-18 00:12:10 +00:00
|
|
|
"pretest": "git submodule init && git submodule update",
|
|
|
|
"test": "jasmine-node --verbose tests/"
|
2013-05-17 17:55:18 +00:00
|
|
|
},
|
2013-04-20 16:22:32 +00:00
|
|
|
"engines": { "node": ">=0.6" }
|
2012-12-04 19:27:20 +00:00
|
|
|
}
|