{
	"name": "xlsx",
	"version": "0.3.3",
	"author": "sheetjs",
	"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": {
		"ssf":">=0.1.1",
		"codepage":"",
		"commander":""
	},
	"devDependencies": {
		"mocha":"",
		"jasmine-node": "x"
	},
	"repository": { "type":"git", "url":"git://github.com/SheetJS/js-xlsx.git" },
	"scripts": {
		"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",
	"engines": { "node": ">=0.6" }
}