{ "name": "pegjs", "version": "@VERSION", "description": "Parser generator for JavaScript", "homepage": "http://pegjs.majda.cz/", "author": { "name": "David Majda", "email": "david@majda.cz", "url": "http://majda.cz/" }, "main": "lib/peg", "bin": "bin/pegjs", "repository": { "type": "git", "url": "http://github.com/dmajda/pegjs.git" }, "devDependencies": { "jasmine-node": ">= 1.0.25", "uglify-js": ">= 1.2.4", "jshint": ">= 0.5.5" }, "engines": { "node": ">= 0.6.6" } }