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.
29 lines
620 B
JSON
29 lines
620 B
JSON
{
|
|
"name": "pegjs",
|
|
"version": "0.7.0",
|
|
"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",
|
|
"scripts": {
|
|
"test": "make spec"
|
|
},
|
|
"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"
|
|
}
|
|
}
|