{
	"version": "0.5.5",
	"name": "catharsis",
	"description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.",
	"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
	"repository": {
		"type": "git",
		"url": "https://github.com/hegemonic/catharsis"
	},
	"bugs": "https://github.com/hegemonic/catharsis/issues",
	"main": "catharsis.js",
	"devDependencies": {
		"mocha": "1.6.0",
		"pegjs": "git+ssh://git@github.com:dmajda/pegjs.git#76cc5d55",
		"should": "1.2.2",
		"uglify-js": "2.2.5",
		"underscore": "1.4.4"
	},
	"engines": {
		"node": ">= 0.6"
	},
	"scripts": {
		"build": "pegjs ./lib/parser.pegjs",
		"prepublish": "pegjs ./lib/parser.pegjs; uglifyjs ./lib/parser.js -o ./lib/parser.js",
		"test": "mocha"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "http://github.com/hegemonic/catharsis/raw/master/LICENSE"
		}
	]
}