{
  "name": "autohost",
  "version": "3.0.1",
  "description": "Resource driven, transport agnostic host",
  "main": "src/index.js",
  "dependencies": {
    "body-parser": "^1.20.1",
    "cookie-parser": "^1.4.6",
    "express": "^4.18.2",
    "express-session": "^1.17.3",
    "fount": "^1.1.5",
    "lodash": "^4.17.21",
    "multer": "^1.4.5-lts.1",
    "parseurl": "~1.3.0",
    "passport": "^0.6.0",
    "postal": "^2.0.6",
    "query-string": "^7.1.1",
    "request": "^2.88.2",
    "socket.io": "^4.5.3",
    "uuid": "^9.0.0",
    "websocket": "~1.0.22",
    "when": "~3.7.2",
    "whistlepunk": "^2.0.0"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "eslint-config-leankit": "^6.0.0",
    "mocha": "^10.1.0",
    "nodemon": "^2.0.20",
    "nyc": "^15.1.0",
    "passport-http": "^0.3.0",
    "passport-http-bearer": "^1.0.1",
    "passport-strategy": "^1.0.0",
    "proxyquire": "^2.1.3",
    "sinon": "^14.0.1",
    "sinon-chai": "^3.7.0",
    "socket.io-client": "^4.5.3"
  },
  "scripts": {
    "lint": "eslint --fix ./",
    "test:only": "NODE_ENV=test mocha --exit -R spec 'spec/**/*.spec.js'",
    "test:int": "NODE_ENV=test mocha --exit -R spec 'spec/integration/**/*.spec.js'",
    "test:ci": "NODE_ENV=test mocha --exit -R spec 'spec/behavior/**/*.spec.js'",
    "test:watch": "nodemon --exec \"NODE_ENV=test mocha --exit -R spec 'spec/**/*.spec.js' || true\" -e js,json,sql",
    "test": "npm run cover",
    "cover": "nyc -r text-summary -r html -- npm run test:only",
    "cover:ci": "nyc -r text-summary -r html -- npm run test:ci",
    "cover:show": "open \"file://$PWD/coverage/index.html\""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/LeanKit-Labs/autohost"
  },
  "keywords": [
    "http",
    "websockets",
    "resource",
    "transport"
  ],
  "author": "Alex Robson",
  "contributors": [
    {
      "name": "Doug Neiner",
      "email": "doug@dougneiner.com",
      "url": "http://code.dougneiner.com"
    },
    {
      "name": "Jim Cowart",
      "email": "jim@ifandelse.com",
      "url": "http://ifandelse.com"
    },
    {
      "name": "Ryan Niemeyer",
      "url": "http://knockmeout.net"
    },
    {
      "name": "Josh Bush",
      "url": "http://digitalbush.com"
    }
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LeanKit-Labs/autohost/issues"
  },
  "homepage": "https://github.com/LeanKit-Labs/autohost",
  "nyc": {
    "exclude": [
      "config.local.*",
      "coverage",
      "configs",
      "spec"
    ],
    "sourceMap": false,
    "instrument": true,
    "all": true
  }
}
