-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "expressjs-passport-oauth2",
"version": "1.0.0",
"description": "NodeJS Express with passport Oauth2 and MYSQL.",
"main": "app.js",
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supuna97/expressjs-passport-oauth2.git"
},
"keywords": [
"nodejs",
"expressjs",
"expressjs-oauth2",
"expressjs-auth",
"expressjs-passport-oauth2",
"express-passport",
"express-passport-oauth2",
"nodemon",
"mysql2",
"mysql",
"express-validator"
],
"author": "Supun Nanayakkara",
"license": "ISC",
"bugs": {
"url": "https://github.com/supuna97/expressjs-passport-oauth2/issues"
},
"homepage": "https://github.com/supuna97/expressjs-passport-oauth2#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.9.7",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-oauth2": "^1.7.0",
"sequelize": "^6.33.0"
}
}