{
  "name": "pegex",
  "description": "Acmeist PEG Parser Framework",
  "version": "0.1.7",
  "keywords": [
    "pegex",
    "parsing",
    "language",
    "acmeism"
  ],
  "homepage": "http://pegex.org",
  "bugs": {
    "url": "https://github.com/ingydotnet/pegex-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ingydotnet/pegex-js"
  },
  "license": "MIT",
  "author": {
    "name": "Ingy döt Net",
    "email": "ingy@ingy.net",
    "url": "http://ingy.net"
  },
  "devDependencies": {
    "coffeescript": ">=2.2.2",
    "js-yaml": ">=3.10.0"
  },
  "main": "./lib/pegex/index.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "coffee -e '(require \"./test/lib/Test/Harness\").run()' test/*.coffee"
  },
  "engines": {
    "node": ">=0.4.0"
  }
}
