You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pegjs/package.json

26 lines
570 B
JSON

{
"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": {
"jake": ">= 0.1.10",
"uglify-js": ">= 0.0.5",
"jshint": ">= 0.3.1"
},
"engines": {
"node": ">= 0.4.4"
}
}