-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 934 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
42
{
"name": "@plan3-relate/hapi-common-auth",
"version": "1.3.4",
"description": "An auth wrapper for hapi.js",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/plan3/hapi-common-auth.git"
},
"keywords": [
"hapi",
"auth",
"bearer",
"jwt"
],
"author": "Schibsted Media",
"license": "MIT",
"bugs": {
"url": "https://github.com/plan3/hapi-common-auth/issues"
},
"homepage": "https://github.com/plan3/hapi-common-auth#readme",
"dependencies": {
"hapi-auth-bearer-token": "5.0.0",
"hapi-auth-jwt2": "7.4.1",
"joi": "13.1.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "4.18.2",
"eslint-config-vgno": "7.0.0",
"eslint-plugin-promise": "3.6.0",
"hapi": "16.7.0",
"mocha": "5.0.4"
}
}