{
  "name": "express-hbs",
  "version": "2.5.0",
  "description": "Express handlebars template engine complete with multiple layouts, partials and blocks.",
  "keywords": [
    "express4",
    "express",
    "handlebars",
    "layout",
    "partials"
  ],
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "lint": "eslint --ext .js --cache lib/**",
    "test": "mocha",
    "posttest": "yarn lint",
    "coverage": "nyc yarn test",
    "preship": "yarn test",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TryGhost/express-hbs"
  },
  "bugs": "https://github.com/TryGhost/express-hbs/issues",
  "author": "Mario Gutierrez <mario@barc.com>",
  "license": "MIT",
  "devDependencies": {
    "cookie-parser": "1.4.6",
    "eslint": "8.54.0",
    "express": "4.18.2",
    "i18n": "0.15.1",
    "mocha": "10.2.0",
    "nyc": "15.1.0",
    "rewire": "7.0.0",
    "supertest": "6.3.3"
  },
  "dependencies": {
    "handlebars": "^4.7.7",
    "lodash": "^4.17.21",
    "readdirp": "^3.6.0"
  },
  "optionalDependencies": {
    "js-beautify": "^1.13.11"
  }
}
