{
  "name": "handlebars-loader",
  "contributors": [
    "Alan @altano",
    "Tobias Koppers @sokra",
    "Jason Anderson @diurnalist"
  ],
  "maintainers": [
    "Paul Carduner @pcardune"
  ],
  "description": "handlebars loader module for webpack",
  "dependencies": {
    "async": "~0.2.10",
    "fastparse": "^1.0.0",
    "loader-utils": "1.0.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.6.0",
  "devDependencies": {
    "coveralls": "^2.11.8",
    "eslint": "^2.8.0",
    "html-loader": "^0.3.0",
    "istanbul": "^0.4.2",
    "mocha": "^1.21.4",
    "npm-release": "^1.0.0",
    "sinon": "^1.10.3"
  },
  "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"
}
