{
  "name": "spur-web",
  "version": "4.0.0",
  "description": "Common node modules and express middleware that are designed to be the boilerplate of a node web app.",
  "main": "./src/injector",
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test-unit": "jest ./test/unit/",
    "test-integration": "jest ./test/integration/",
    "test": "jest",
    "start": "node example/start.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/opentable/spur-web.git"
  },
  "keywords": [
    "spur",
    "spur-framework",
    "node",
    "web",
    "common",
    "library"
  ],
  "author": {
    "name": "Agustin Colchado",
    "email": "agustin@colchado.com"
  },
  "contributors": [
    {
      "name": "Danielle Blank",
      "email": "dgdblank@gmail.com"
    },
    {
      "name": "Siavash Etemadieh",
      "email": "ssetem@googlemail.com"
    },
    {
      "name": "Joseph McElroy",
      "email": "phoey1@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/opentable/spur-web/issues"
  },
  "homepage": "https://github.com/opentable/spur-web",
  "dependencies": {
    "body-parser": "1.20.2",
    "cookie-parser": "1.4.6",
    "express": "4.19.2",
    "express-device": "0.4.2",
    "express-winston": "2.6.0",
    "method-override": "3.0.0",
    "spur-ioc": "2.0.0",
    "winston": "3.9.0"
  },
  "devDependencies": {
    "@types/jest": "29.5.12",
    "eslint": "8.42.0",
    "jest": "29.7.0",
    "spur-common": "4.0.0",
    "spur-config": "2.0.4"
  }
}
