{
  "name": "layouts",
  "description": "Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.",
  "version": "0.11.0",
  "homepage": "https://github.com/doowb/layouts",
  "author": "Brian Woodward (https://github.com/doowb)",
  "contributors": [
    "Jon Schlinkert, (https://github.com/jonschlinkert)"
  ],
  "repository": "doowb/layouts",
  "bugs": {
    "url": "https://github.com/doowb/layouts/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "delimiter-regex": "^1.3.1",
    "falsey": "^0.3.0",
    "get-view": "^0.1.1",
    "lazy-cache": "^1.0.3"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.1.1",
    "gulp-format-md": "^0.1.5",
    "gulp-istanbul": "^0.10.0",
    "gulp-mocha": "^2.1.3",
    "lodash": "^3.10.0",
    "mocha": "*",
    "should": "*",
    "to-vinyl": "^0.2.0"
  },
  "keywords": [
    "atpl",
    "coffee",
    "consolidate",
    "dot",
    "dust",
    "eco",
    "ect",
    "ejs",
    "engine",
    "engines",
    "express",
    "haml",
    "haml-coffee",
    "hamljs",
    "handlebars",
    "hogan",
    "hogan-js",
    "jade",
    "jazz",
    "jqtpl",
    "layout",
    "layouts",
    "liquor",
    "lodash",
    "mote",
    "mustache",
    "nest",
    "nested",
    "nunjucks",
    "page",
    "qejs",
    "ractive",
    "stack",
    "stacked",
    "swig",
    "template",
    "templates",
    "templayed",
    "tmpl",
    "toffee",
    "transformers",
    "underscore",
    "walrus",
    "whiskers",
    "wrap"
  ],
  "verb": {
    "related": {
      "list": [
        "assemble",
        "gulp",
        "handlebars-layouts",
        "inject-snippet",
        "templates",
        "verb",
        "vinyl"
      ]
    },
    "plugins": [
      "gulp-format-md"
    ],
    "layout": "default",
    "reflinks": [
      "vinyl"
    ]
  }
}
