{
  "name": "ebnf-parser",
  "version": "0.1.10",
  "description": "A parser for BNF and EBNF grammars used by jison",
  "main": "ebnf-parser.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zaach/ebnf-parser.git"
  },
  "keywords": [
    "bnf",
    "ebnf",
    "grammar",
    "parser",
    "jison"
  ],
  "author": "Zach Carter",
  "license": "MIT",
  "devDependencies": {
    "jison": "git://github.com/zaach/jison.git#ef2647",
    "lex-parser": "0.1.0",
    "test": "*"
  }
}
