{
  "name": "express-handlebars",
  "description": "A Handlebars view engine for Express which doesn't suck.",
  "version": "3.1.0",
  "homepage": "https://github.com/ericf/express-handlebars",
  "keywords": [
    "express",
    "express3",
    "handlebars",
    "view",
    "layout",
    "partials",
    "templates"
  ],
  "author": "Eric Ferraiuolo <eferraiuolo@gmail.com> (http://ericf.me/)",
  "repository": {
    "type": "git",
    "url": "git://github.com/ericf/express-handlebars.git"
  },
  "bugs": {
    "url": "https://github.com/ericf/express-handlebars/issues"
  },
  "engines": {
    "node": ">=0.10"
  },
  "dependencies": {
    "glob": "^7.1.3",
    "graceful-fs": "^4.1.2",
    "handlebars": "^4.1.2",
    "object.assign": "^4.1.0",
    "promise": "^8.0.2"
  },
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "BSD-3-Clause"
}
