{
  "name": "lex-parser",
  "version": "0.1.4",
  "description": "A parser for lexical grammars used by jison",
  "main": "lex-parser.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "repository": "https://github.com/zaach/lex-parser.git"
  },
  "keywords": [
    "lexical",
    "grammar",
    "parser",
    "jison"
  ],
  "author": "Zach Carter",
  "license": "MIT",
  "devDependencies": {
    "jison": "0.4.x",
    "test": "*"
  }
}
