{
  "name": "passport-azure-ad",
  "version": "3.0.10",
  "license": "MIT",
  "keywords": [
    "azure active directory",
    "aad",
    "adfs",
    "sso",
    "oidc",
    "bearer",
    "shibboleth"
  ],
  "description": "OIDC and Bearer Passport strategies for Azure Active Directory",
  "author": {
    "name": "azuread",
    "email": "nugetaad@microsoft.com",
    "url": "http://microsoft.com/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:AzureAD/passport-azure-ad.git"
  },
  "main": "./lib",
  "devDependencies": {
    "chai": "2.x.x",
    "chai-passport-strategy": "1.x.x",
    "grunt": "^1.0.1",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^3.0.2",
    "nodeunit": "^0.9.1"
  },
  "dependencies": {
    "async": "^1.5.2",
    "base64url": "^2.0.0",
    "bunyan": "^1.8.0",
    "cache-manager": "^2.0.0",
    "jws": "^3.1.3",
    "jwk-to-pem": "^1.2.6",
    "lodash": "^4.11.2",
    "oauth": "0.9.14",
    "passport": "^0.3.2",
    "pkginfo": "^0.4.0",
    "request": "^2.72.0",
    "valid-url": "^1.0.6"
  },
  "scripts": {
    "test": "grunt run_tests"
  },
  "engines": {
    "node": ">= 4.0.1"
  }
}
