Files
2013-10-13 09:33:29 -07:00

26 lines
486 B
JSON

{
"name": "pegjs",
"filename": "peg.min.js",
"version": "0.7.0",
"description": "Parser generator for JavaScript",
"homepage": "http://pegjs.majda.cz/",
"keywords": [
"parser",
"generator",
"peg"
],
"maintainers": [
{
"name": "David Majda",
"web": "http://majda.cz"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/dmajda/pegjs"
}
]
}