{
  "name": "@loopback/authentication",
  "version": "4.0.0-alpha.2",
  "description": "A LoopBack component for authentication support.",
  "scripts": {
    "acceptance": "mocha --opts ../../test/mocha.opts 'test/acceptance/**/*.ts'",
    "build": "npm run build:lib && npm run build:lib6",
    "build:lib": "node ../../bin/compile-package es2017",
    "build:lib6": "node ../../bin/compile-package es2015",
    "clean": "rm -rf loopback-authentication*.tgz lib* package",
    "integration": "mocha --opts ../../test/mocha.opts 'test/integration/**/*.ts'",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts' 'test/integration/**/*.ts' 'test/acceptance/**/*.ts'",
    "unit": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts'",
    "verify": "npm pack && tar xf loopback-authentication*.tgz && tree package && npm run clean"
  },
  "author": "IBM",
  "license": "MIT",
  "dependencies": {
    "@loopback/context": "^4.0.0-alpha.7",
    "@loopback/core": "^4.0.0-alpha.6",
    "@types/passport": "^0.3.3",
    "passport": "^0.3.2",
    "passport-strategy": "^1.0.0"
  },
  "devDependencies": {
    "@loopback/openapi-spec-builder": "^4.0.0-alpha.3",
    "@loopback/testlab": "^4.0.0-alpha.4",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "LoopBack",
    "Authentication"
  ],
  "files": [
    "README.md",
    "index.js",
    "index.d.ts",
    "lib",
    "lib6"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/loopback-next.git"
  }
}
