{
  "name": "metalsmith-views",
  "author": "chenl <i@chenl.in> (http://chenl.in/)",
  "description": "A metalsmith plugin for layouts.",
  "repository": "git://github.com/chenos/metalsmith-views.git",
  "version": "1.0.4",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "dependencies": {
    "async": "^1.3.0",
    "consolidate": "^0.14.0",
    "debug": "^2.2.0",
    "extend": "^3.0.0",
    "fs-readdir-recursive": "^1.0.0",
    "is-utf8": "^0.2.0",
    "lodash.omit": "^4.0.2",
    "multimatch": "^2.0.0"
  },
  "devDependencies": {
    "assert-dir-equal": "^1.0.1",
    "handlebars": "^4.0.2",
    "metalsmith": "^2.0.1",
    "mocha": "^2.2.5",
    "swig": "^1.4.2"
  }
}