{
  "name": "hof-template-mixins",
  "version": "6.0.2",
  "description": "A middleware that exposes a series of Mustache mixins on res.locals to ease usage of forms, translations, and some general needs.",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && npm run unit && npm run cover",
    "lint": "eslint .",
    "unit": "mocha test/ --require ./test/helpers --recursive",
    "cover": "istanbul cover _mocha -- -R dot test/ --recursive --require test/helpers",
    "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100",
    "snyk": "snyk auth $SNYK_TOKEN && snyk test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UKHomeOfficeForms/hof-template-mixins.git"
  },
  "keywords": [
    "middleware",
    "express",
    "partials",
    "hogan",
    "mustache",
    "form",
    "translations",
    "general"
  ],
  "author": "Seb Insua",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/UKHomeOfficeForms/hof-template-mixins/issues"
  },
  "homepage": "https://github.com/UKHomeOfficeForms/hof-template-mixins",
  "dependencies": {
    "deprecate": "^1.0.0",
    "express": "^4.15.2",
    "hogan.js": "^3.0.2",
    "moment": "^2.13.0",
    "underscore": "^1.12.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^5.14.0",
    "eslint-config-homeoffice": "^2.1.2",
    "istanbul": "^0.4.3",
    "mocha": "^5.2.0",
    "reqres": "^1.3.0",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0",
    "snyk": "^1.133.0"
  }
}
