{
  "name": "@apostrophecms/passport-bridge",
  "version": "1.6.0",
  "description": "Passport.js authentication for Apostrophe",
  "main": "index.js",
  "scripts": {
    "lint": "npm run eslint",
    "eslint": "eslint .",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apostrophecms/passport-bridge.git"
  },
  "homepage": "https://github.com/apostrophecms/passport-bridge#readme",
  "author": "Apostrophe Technologies",
  "license": "MIT",
  "devDependencies": {
    "eslint-config-apostrophe": "^5.0.0",
    "stylelint": "^16.9.0",
    "stylelint-config-apostrophe": "^4.1.0"
  },
  "dependencies": {
    "humanname": "^0.2.2",
    "klona": "^2.0.6",
    "passport-oauth2-refresh": "^2.2.0"
  }
}