forked from AzureAD/passport-azure-ad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "passport-azure-ad",
"version": "4.3.0",
"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": "[email protected]",
"url": "http://microsoft.com/"
},
"repository": {
"type": "git",
"url": "[email protected]: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": "^2.1.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^5.2.0",
"nodeunit": "^0.11.3"
},
"dependencies": {
"async": "^1.5.2",
"base64url": "^3.0.0",
"bunyan": "^1.8.14",
"cache-manager": "2.10.2",
"https-proxy-agent": "^2.2.2",
"jwk-to-pem": "^2.0.4",
"jws": "^3.1.3",
"lodash": "^4.11.2",
"oauth": "0.9.15",
"passport": "^0.3.2",
"request": "^2.72.0",
"valid-url": "^1.0.6"
},
"scripts": {
"test": "grunt run_tests"
},
"engines": {
"node": ">= 8.0.0"
}
}