{
  "name": "hof-bootstrap",
  "description": "A bootstrap for HOF projects",
  "version": "11.2.2",
  "license": "MIT",
  "main": "index.js",
  "author": "HomeOffice",
  "engines": {
    "node": ">=4.0.0",
    "npm": "~3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UKHomeOffice/hof-bootstrap.git"
  },
  "bugs": {
    "url": "https://github.com/UKHomeOffice/hof-bootstrap/issues"
  },
  "scripts": {
    "test": "npm run unit && npm run lint",
    "unit": "NODE_ENV=test istanbul cover _mocha",
    "unit:nocov": "NODE_ENV=test mocha",
    "lint": "eslint .",
    "snyk": "snyk test",
    "snyk:dev": "snyk test --dev",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect",
    "ci": "travis-conditions"
  },
  "dependencies": {
    "body-parser": "^1.15.1",
    "churchill": "0.0.5",
    "connect-redis": "^3.1.0",
    "cookie-parser": "^1.4.1",
    "deprecate": "^1.0.0",
    "express": "^4.13.4",
    "express-healthcheck": "^0.1.0",
    "express-partial-templates": "^0.2.0",
    "express-session": "^1.13.0",
    "helmet": "^2.3.0",
    "hof-form-wizard": "^3.1.0",
    "hof-middleware": "^1.1.0",
    "hof-middleware-markdown": "^1.0.0",
    "hof-template-mixins": "^4.0.0",
    "hogan-express-strict": "^0.5.4",
    "i18n-future": "^1.0.0",
    "lodash": "^4.17.4",
    "redis": "^2.6.0-2",
    "winston": "^1.1.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "debug": "^2.2.0",
    "eslint-config-homeoffice": "^2.1.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "pre-commit": "^1.1.3",
    "proxyquire": "^1.7.11",
    "request": "^2.79.0",
    "sinomocha": "^0.2.4",
    "sinon": "^1.17.5",
    "sinon-chai": "^2.8.0",
    "snyk": "^1.23.2",
    "supertest": "^1.2.0",
    "supertest-as-promised": "^3.2.0",
    "travis-conditions": "0.0.0"
  },
  "optionalDependencies": {
    "hof-theme-govuk": ">=2"
  },
  "pre-commit": [
    "test"
  ],
  "snyk": true
}
