UNPKG

1.4 kBJSONView Raw
1{
2 "name": "passport-azure-ad",
3 "version": "4.3.2",
4 "license": "MIT",
5 "keywords": [
6 "azure active directory",
7 "aad",
8 "adfs",
9 "sso",
10 "oidc",
11 "bearer",
12 "shibboleth"
13 ],
14 "description": "OIDC and Bearer Passport strategies for Azure Active Directory",
15 "author": {
16 "name": "azuread",
17 "email": "nugetaad@microsoft.com",
18 "url": "http://microsoft.com/"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git@github.com:AzureAD/microsoft-authentication-library-for-js.git"
23 },
24 "main": "./lib",
25 "devDependencies": {
26 "chai": "2.x.x",
27 "chai-passport-strategy": "1.x.x",
28 "eslint": "^7.32.0",
29 "eslint-plugin-header": "^3.1.1",
30 "eslint-plugin-security": "^1.4.0",
31 "grunt": "^1.0.1",
32 "grunt-contrib-nodeunit": "^3.0.0",
33 "grunt-mocha-test": "^0.12.7",
34 "mocha": "^5.2.0",
35 "nodeunit": "^0.11.3"
36 },
37 "dependencies": {
38 "async": "^3.2.3",
39 "base64url": "^3.0.0",
40 "bunyan": "^1.8.14",
41 "cache-manager": "^3.6.1",
42 "https-proxy-agent": "^5.0.0",
43 "jws": "^3.1.3",
44 "lodash": "^4.11.2",
45 "node-jose": "^2.0.0",
46 "oauth": "0.9.15",
47 "passport": "^0.4.1",
48 "request": "^2.72.0",
49 "valid-url": "^1.0.6"
50 },
51 "scripts": {
52 "test": "grunt run_tests",
53 "lint": "eslint lib/**"
54 },
55 "engines": {
56 "node": ">= 8.0.0"
57 }
58}