{
  "name": "common-middleware",
  "description": "Common middleware for applications built with base-methods (like assemble, verb, generate, and update)",
  "version": "0.4.1",
  "homepage": "https://github.com/jonschlinkert/common-middleware",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/common-middleware",
  "bugs": {
    "url": "https://github.com/jonschlinkert/common-middleware/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "LICENSE",
    "README.md",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "define-property": "^0.2.5",
    "is-valid-app": "^0.2.0",
    "isbinaryfile": "^3.0.0",
    "isobject": "^2.1.0",
    "lazy-cache": "^2.0.1",
    "middleware-rename-file": "^0.1.0",
    "middleware-utils": "^0.3.0",
    "mixin-deep": "^1.1.3",
    "parser-front-matter": "^1.5.0"
  },
  "devDependencies": {
    "engine-base": "^0.1.2",
    "gulp-format-md": "^0.1.9",
    "mocha": "^2.5.3",
    "templates": "^0.24.3"
  },
  "keywords": [
    "common",
    "front",
    "front-matter",
    "matter",
    "middleware",
    "parse",
    "templates",
    "yaml"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "default",
    "data": {
      "author": {
        "username": "jonschlinkert"
      }
    },
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "assemble-core",
        "base",
        "generate",
        "update",
        "verb"
      ]
    },
    "reflinks": [
      "verb",
      "verb-readme-generator"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
