{ "version": "0.6.0", "name": "catharsis", "description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.", "author": { "name": "Jeff Williams", "email": "jeffrey.l.williams@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/hegemonic/catharsis" }, "bugs": { "url": "https://github.com/hegemonic/catharsis/issues" }, "main": "catharsis.js", "devDependencies": { "mocha": "1.13.0", "pegjs": "git+ssh://git@github.com:dmajda/pegjs.git#76cc5d55", "should": "1.3.0", "uglify-js": "2.4.0", "underscore": "1.5.2" }, "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" } ], "readme": "ERROR: No README data found!", "_id": "catharsis@0.6.0", "_from": "catharsis@0.6.0" }