forked from AzureAD/passport-azure-ad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.7 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "passport-azure-ad",
"version": "2.0.1",
"license": "MIT",
"keywords": [
"saml",
"samlp",
"wsfed",
"azure active directory",
"aad",
"adfs",
"sso",
"oidc",
"bearer",
"shibboleth"
],
"description": "WSFED/SAMLP/OIDC/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": {
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.0",
"eslint": "^2.9.0",
"eslint-config-oniyi": "^3.0.0",
"express-session": "^1.12.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-eslint": "^18.1.0",
"nodeunit": "^0.9.1",
"mocha": "^3.0.2",
"chai": "2.x.x",
"chai-passport-strategy": "1.x.x"
},
"dependencies": {
"async": "^1.5.2",
"base64url": "^2.0.0",
"bunyan": "^1.8.0",
"cache-manager": "^2.0.0",
"jsonwebtoken": "^6.2.0",
"jws": "^3.1.3",
"lodash": "^4.11.2",
"oauth": "^0.9.14",
"oniyi-object-transform": "^1.0.0",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"request": "^2.72.0",
"underscore": "^1.8.3",
"webfinger": "^0.4.2",
"valid-url": "^1.0.6",
"xml-crypto": "^0.8.4",
"xml2js": "^0.4.16",
"xmldom": "^0.1.22",
"xtend": "4.0.1"
},
"scripts": {
"test": "grunt run_all_tests"
},
"engines": {
"node": ">= 4.0.1"
}
}