{
  "name": "load-helpers",
  "description": "Load helpers with patterns, as an object, key-value pair, or module.",
  "version": "0.2.11",
  "homepage": "https://github.com/jonschlinkert/load-helpers",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/load-helpers",
  "bugs": {
    "url": "https://github.com/jonschlinkert/load-helpers/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "extend-shallow": "^2.0.1",
    "is-valid-glob": "^0.3.0",
    "lazy-cache": "^2.0.1",
    "matched": "^0.4.1",
    "resolve-dir": "^0.1.0"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-eslint": "^2.0.0",
    "gulp-istanbul": "^0.10.4",
    "gulp-mocha": "^2.2.0",
    "mocha": "^2.5.3",
    "should": "^9.0.0"
  },
  "keywords": [
    "engine",
    "engines",
    "filter",
    "function",
    "handlebars",
    "helper",
    "helpers",
    "imports",
    "load",
    "loader",
    "template"
  ],
  "verb": {
    "related": {
      "list": [
        "handlebars-helpers",
        "helper-cache",
        "template-helpers"
      ]
    }
  }
}
