-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 842 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 842 Bytes
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
{
"name": "hapi-api-key",
"version": "3.3.1",
"description": "Authentication strategy for API keys",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/firstandthird/hapi-api-key.git"
},
"bugs": {
"url": "https://github.com/firstandthird/hapi-api-key/issues"
},
"homepage": "https://github.com/firstandthird/hapi-api-key",
"dependencies": {
"@hapi/hoek": "^6.1.3",
"boom": "^7.3.0"
},
"devDependencies": {
"code": "^5.1.2",
"eslint": "^5.16.0",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.8.0",
"@hapi/hapi": "^18.1.0",
"@hapi/lab": "^18.0.2"
},
"keywords": [
"hapi",
"authentication",
"scheme",
"api key"
],
"scripts": {
"lint": "eslint .",
"test": "lab -e test"
},
"license": "MIT"
}