{
  "name": "assemble-loader",
  "description": "Assemble plugin (^0.6.0) for loading globs of views onto custom view collections. Also works with verb or other Templates.js based applications.",
  "version": "1.0.5",
  "homepage": "https://github.com/assemble/assemble-loader",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "assemble/assemble-loader",
  "bugs": {
    "url": "https://github.com/assemble/assemble-loader/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",
    "file-contents": "^1.0.1",
    "is-registered": "^0.1.5",
    "is-valid-glob": "^0.3.0",
    "is-valid-instance": "^0.2.0",
    "isobject": "^3.0.0",
    "lazy-cache": "^2.0.2",
    "load-templates": "^1.0.2"
  },
  "devDependencies": {
    "engine-base": "^0.1.2",
    "engine-handlebars": "^0.8.0",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-format-md": "^0.1.11",
    "gulp-istanbul": "^1.1.1",
    "gulp-mocha": "^3.0.1",
    "mocha": "^3.2.0",
    "parser-front-matter": "^1.6.2",
    "should": "^11.2.0",
    "templates": "^1.2.4"
  },
  "keywords": [
    "assemble",
    "assembleplugin",
    "blog",
    "boilerplate",
    "build",
    "cli",
    "cli-app",
    "collection",
    "command-line",
    "create",
    "dev",
    "development",
    "framework",
    "front",
    "frontend",
    "loader",
    "page",
    "plugin",
    "post",
    "project",
    "projects",
    "scaffold",
    "scaffolder",
    "scaffolding",
    "site",
    "template",
    "templates",
    "view",
    "webapp",
    "yeoman",
    "yo"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "load-templates",
        "matched",
        "micromatch"
      ]
    },
    "reflinks": [
      "verb"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
