forked from techstars-archive/passport-okta-oauth
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 896 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
{
"name": "passport-okta-oauth",
"version": "0.0.1",
"description": "Passport strategy for authenticating with Okta using OAuth 2.0.",
"main": "lib/passport-okta-oauth/index.js",
"dependencies": {
"pkginfo": "0.2.x",
"passport-oauth": "1.0.0",
"uid2": "0.0.3"
},
"devDependencies": {
"vows": "0.6.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/techstars/passport-okta-oauth"
},
"keywords": [
"passport",
"okta",
"auth",
"authn",
"authentication",
"identity"
],
"author": {
"name": "Steven Chau",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/techstars/passport-okta-oauth/issues"
},
"homepage": "https://github.com/techstars/passport-okta-oauth"
}