-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "gatekeeper-express",
"version": "1.0.10",
"description": "The one and only Two Factor Authentication Handler for Express.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claude-abounegm/gatekeeper-express.git"
},
"keywords": [
"express",
"session",
"passport",
"view",
"2fa",
"tfa",
"two-factor",
"authentication",
"two factor authentication",
"two-factor-authentication"
],
"author": "Claude Abounegm (cabounegm@incomestore.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/claude-abounegm/gatekeeper-express/issues"
},
"homepage": "https://github.com/claude-abounegm/gatekeeper-express#readme",
"dependencies": {
"qrcode": "^1.4.1",
"speakeasy": "^2.0.0"
},
"peerDependencies": {
"lodash": "^4.17.15",
"express": "^4.17.1"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
}
}