{
  "name": "apg-lib",
  "version": "3.2.0",
  "description": "Library of core parsing modules required by apg and apg-generated parsers.",
  "main": "./src/exports.js",
  "scripts": {
    "test": "apg -v"
  },
  "files": [
    "src",
    "apglib.js",
    "apglib.css",
    "apglib-min.js",
    "apglib-min.css",
    "index.md",
    "docco-gen"
  ],
  "keywords": [
    "apg",
    "parser",
    "generator",
    "ABNF"
  ],
  "dependencies": {
    "apg-conv-api": "1.0.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ldthomas/apg-js2-lib.git"
  },
  "bugs": {
    "url": "https://github.com/ldthomas/apg-js2-lib/issues"
  },
  "author": "Lowell D. Thomas <lowell@coasttocoastresearch.com>",
  "license": "BSD-3-Clause"
}
