{
  "name": "seneca-auth",
  "description": "User authentication plugin for the seneca module.",
  "version": "1.1.0",
  "keywords": [
    "seneca",
    "auth",
    "plugin",
    "user",
    "authentication",
    "web"
  ],
  "author": {
    "name": "Richard Rodger",
    "email": "richard@ricebridge.com",
    "url": "http://richardrodger.com/"
  },
  "contributors": [
    {
      "name": "Mircea Alexandru",
      "email": "mircea.alexandru@gmail.com",
      "url": "https://github.com/mirceaalexandru"
    },
    {
      "name": "Girish Lakshmanan",
      "email": "girish@bigmantra.com",
      "url": "https://github.com/girishla"
    },
    {
      "name": "Mihai Dima",
      "email": "mihaizn@gmail.com",
      "url": "https://github.com/mihaidma"
    }
  ],
  "license": "MIT",
  "main": "auth.js",
  "scripts": {
    "test": "lab test/*.test.js -r console -v -L -m 3000 -t 67 $LAB_FLAGS",
    "test:node6": "LAB_FLAGS='--leaks' && npm test",
    "coverage": "lab -s test/*.test.js -r lcov | coveralls",
    "lint": "lab -dL",
    "annotate": "docco auth.js -o doc"
  },
  "files": [
    "LICENSE.txt",
    "README.md",
    "auth.js",
    "default-options.js",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/senecajs/seneca-auth.git"
  },
  "dependencies": {
    "auth-redirect": "0.0.x",
    "auth-token-cookie": "0.0.x",
    "auth-urlmatcher": "0.0.x",
    "seneca-local-auth": "0.1.x",
    "connect": "~3.4.1",
    "eraro": "^0.4.1",
    "passport": "~0.3.2",
    "lodash": "4.13.x"
  },
  "devDependencies": {
    "assert": "1.4.x",
    "async": "2.0.x",
    "auth-restrict-login": "0.0.x",
    "auth-token-header": "0.0.x",
    "bell": "6.0.0",
    "body-parser": "^1.13.2",
    "chairo": "2.0.0",
    "cookie-parser": "^1.3.5",
    "cookies": "~0.4.1",
    "coveralls": "^2.11.11",
    "docco": "0.7.0",
    "eslint-config-seneca": "1.1.2",
    "eslint-plugin-hapi": "^4.0.0",
    "eslint-plugin-standard": "1.3.1",
    "express": "4.14.x",
    "express-session": "1.14.x",
    "hapi": "12.0.0",
    "hapi-auth-cookie": "5.0.0",
    "lab": "6.2.0",
    "seneca": "plugin",
    "seneca-entity": "1.2.x",
    "seneca-user": "1.0.x",
    "supertest": "1.2.x"
  },
  "peerDependencies": {
    "seneca": "*",
    "seneca-user": "*"
  }
}
