{
	"name": "xlrd-parser",
	"version": "0.1.2",
	"main": "lib/xlrd",
	"description": "High performance Excel file parser based on the xlrd library from www.python-excel.org.",
	"keywords": [
		"excel",
		"xls",
		"xlsx",
		"parse",
		"parsing",
		"xlrd",
		"python-excel"
	],
	"scripts": {
		"test": "mocha test/*.js",
		"install": "bash install.sh"
	},
	"dependencies": {
		"underscore": "~1.4.4"
	},
	"devDependencies": {
		"async": "*",
		"mocha": "*",
		"chai": "*"
	},
	"repository": {
		"type": "git",
		"url": "http://github.com/extrabacon/xlrd-parser"
	},
	"homepage": "http://github.com/extrabacon/xlrd-parser",
	"bugs": "http://github.com/extrabacon/xlrd-parser/issues",
	"author": {
		"name": "Nicolas Mercier",
		"email": "nicolas@extrabacon.net"
	},
	"engines": {
		"node": ">=0.10"
	}
}
