{
  "name": "nearley-loader",
  "version": "2.0.0",
  "description": "Nearley parser rules loader for webpack",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kozily/nearley-loader.git"
  },
  "keywords": [
    "loader",
    "webpack"
  ],
  "author": "Kozily",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kozily/nearley-loader/issues"
  },
  "homepage": "https://github.com/kozily/nearley-loader#readme",
  "peerDependencies": {
    "nearley": "^2.0.0"
  }
}
