forked from TurBas/hapi-jwt-azure-ad
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 918 Bytes
/
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
{
"name": "hapi-jwt-azure-ad",
"version": "0.0.2",
"description": "Hapi Auth using AzureAD JSON Web Tokens",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TurBas/hapi-jwt-azure-ad.git"
},
"keywords": [
"Hapi.js",
"Authentication",
"Azure AD",
"Azure",
"Auth",
"JSON Web Tokens",
"JWT"
],
"author": {
"name": "@TurBas",
"email": "[email protected]",
"url": "https://github.com/TurBas"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/turbas/hapi-jwt-azure-ad/issues"
},
"homepage": "https://github.com/turbas/hapi-jwt-azure-ad",
"dependencies": {
"boom": "^4.0.0",
"cookie": "^0.3.1",
"jsonwebtoken": "^7.1.9",
"restler": "^3.4.0"
},
"maintainers": [
{
"name": "TurBas",
"email": "[email protected]"
}
]
}