-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "jwt-passport",
"description": "Passport.js framework that uses JWT for sessions",
"version": "0.0.3",
"repository": "kriasoft/jwt-passport",
"bugs": "https://github.com/kriasoft/jwt-passport/issues",
"author": "Kriasoft <[email protected]> (https://github.com/kriasoft)",
"contributors": [
"Konstantin Tarkus <[email protected]> (https://github.com/koistya)"
],
"license": "MIT",
"keywords": [
"passport",
"passportjs",
"passport.js",
"passport-framework",
"passport framework",
"auth",
"authentication",
"authorization",
"session",
"sessions",
"jwt",
"jswonwebtoken",
"oauth",
"auth0",
"login"
],
"files": ["lib"],
"main": "lib/index.js",
"dependencies": {
"cookie": "^0.3.1",
"jsonwebtoken": "^8.2.0",
"passport-strategy": "^1.0.0",
"pause": "^0.1.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"prettier": "^1.11.1"
}
}