{
  "name": "handlebars-loader",
  "contributors": [
    "Alan @altano",
    "Tobias Koppers @sokra",
    "Jason Anderson @diurnalist"
  ],
  "maintainers": [
    "Paul Carduner @pcardune"
  ],
  "description": "handlebars loader module for webpack",
  "dependencies": {
    "async": "^3.2.2",
    "fastparse": "^1.0.0",
    "loader-utils": "1.4.x",
    "object-assign": "^4.1.0"
  },
  "peerDependencies": {
    "handlebars": ">= 1.3.0 < 5"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/pcardune/handlebars-loader.git"
  },
  "version": "1.7.3",
  "devDependencies": {
    "eslint": "^8.15.0",
    "eslint-config-prettier": "^8.5.0",
    "html-loader": "^0.3.0",
    "istanbul": "^0.4.2",
    "mocha": "^10.0.0",
    "npm-release": "^1.0.0",
    "prettier": "2.6.2",
    "sinon": "^14.0.0"
  },
  "bugs": {
    "url": "https://github.com/pcardune/handlebars-loader/issues"
  },
  "homepage": "https://github.com/pcardune/handlebars-loader",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha",
    "lint": "eslint lib/ test/ index.js"
  },
  "author": "",
  "license": "MIT"
}
