-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.24 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
{
"name": "passport-authentiq",
"version": "1.0.0",
"description": "Authentiq authentication strategy for Passport.",
"keywords": [
"passport",
"authentiq",
"authentiqid",
"auth",
"oauth",
"oidc",
"mfa",
"two-step verification",
"two-factor authentication",
"authentication",
"identity"
],
"author": {
"name": "Alex Keramidas",
"email": "alex@authentiq.com",
"url": "https://www.authentiq.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/AuthentiqID/passport-authentiq.git"
},
"bugs": {
"url": "https://github.com/AuthentiqID/passport-authentiq/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "lib/index.js",
"dependencies": {
"passport-openidconnect": "^0.0.2",
"util": "^0.10.3",
"xtend": "^4.0.1",
"pkginfo": "^0.4.0"
},
"devDependencies": {
"chai": "^3.x.x",
"chai-passport-strategy": "1.x.x",
"should": "^7.1.1",
"assert": "^1.4.1",
"make-node": "0.3.x",
"mocha": "^3.x.x"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
}
}