{
  "name": "@invisible/pegjs-import",
  "version": "1.1.1",
  "description": "Import other PEG files into a PEG.js grammar.",
  "main": "index.js",
  "scripts": {
    "test": "mocha -r test/setup test/spec/**/*.js",
    "posttest": "assert-version-bump"
  },
  "keywords": [
    "pegjs",
    "peg",
    "plugin",
    "import",
    "include",
    "require"
  ],
  "dependencies": {
    "pegjs": "^0.10.0"
  },
  "devDependencies": {
    "@invisible/grammar": "^0.0.1",
    "@invisible/publish": "^1.1.8",
    "chai": "^3.5.0",
    "mocha": "^3.0.2"
  },
  "author": "Harry Schmidt",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/invisible-tech/pegjs-import.git"
  }
}
