{
  "name": "templates",
  "description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.",
  "version": "0.24.3",
  "homepage": "https://github.com/jonschlinkert/templates",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/templates",
  "bugs": {
    "url": "https://github.com/jonschlinkert/templates/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "test": "mocha",
    "ci": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "dependencies": {
    "array-sort": "^0.1.2",
    "async-each": "^1.0.0",
    "base": "^0.11.1",
    "base-data": "^0.6.0",
    "base-engines": "^0.2.0",
    "base-helpers": "^0.1.1",
    "base-option": "^0.8.3",
    "base-plugins": "^0.4.13",
    "base-routes": "^0.2.1",
    "debug": "^2.2.0",
    "deep-bind": "^0.3.0",
    "define-property": "^0.2.5",
    "engine-base": "^0.1.2",
    "export-files": "^2.1.1",
    "extend-shallow": "^2.0.1",
    "falsey": "^0.3.0",
    "get-value": "^2.0.6",
    "get-view": "^0.1.1",
    "group-array": "^0.3.0",
    "has-glob": "^0.1.1",
    "has-value": "^0.3.1",
    "inflection": "^1.10.0",
    "is-valid-app": "^0.2.0",
    "layouts": "^0.11.0",
    "lazy-cache": "^2.0.1",
    "match-file": "^0.2.0",
    "mixin-deep": "^1.1.3",
    "paginationator": "^0.1.3",
    "pascalcase": "^0.1.1",
    "set-value": "^0.3.3",
    "template-error": "^0.1.2",
    "vinyl-item": "^0.1.0",
    "vinyl-view": "^0.1.2"
  },
  "devDependencies": {
    "ansi-red": "^0.1.1",
    "base-test-runner": "^0.2.0",
    "base-test-suite": "^0.1.12",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.0",
    "gulp-format-md": "^0.1.9",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^2.2.0",
    "gulp-unused": "^0.1.2",
    "verb-generate-readme": "^0.1.21",
    "yargs-parser": "^2.4.0"
  },
  "keywords": [
    "compile",
    "consolidate",
    "engine",
    "engines",
    "haml-coffee",
    "handlebars",
    "helpers",
    "lodash",
    "process",
    "render",
    "template",
    "templates"
  ],
  "lintDeps": {
    "ignore": [
      "coverage",
      "examples/*"
    ]
  },
  "verb": {
    "toc": true,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "assemble",
        "en-route",
        "engine",
        "layouts",
        "verb"
      ]
    },
    "reflinks": [
      "array-sort",
      "base",
      "base-data",
      "base-engine",
      "base-helpers",
      "base-routes",
      "engine-handlebars",
      "engine-lodash",
      "engine-nunjucks",
      "assemble-permalinks",
      "engine-cache",
      "group-array",
      "paginationator",
      "verb",
      "verb-generate-readme",
      "vinyl",
      "vinyl-item",
      "vinyl-view"
    ],
    "lint": {
      "reflinks": false
    }
  }
}
