-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
{
"name": "sns_api-gateway",
"version": "0.0.1",
"description": "Nodejs, sns, api-gateway",
"main": "app.js",
"scripts": {
"start": "nodemon app",
"test": "mocha"
},
"author": "Seung Jin",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"bcrypt": "^3.0.5",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-http-proxy": "^1.6.0",
"express-rate-limit": "^5.1.1",
"express-session": "^1.15.6",
"fast-gateway": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.11",
"morgan": "^1.9.1",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.2",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.1",
"passport-kakao": "1.0.0",
"passport-local": "^1.0.0",
"pug": "^2.0.1",
"qs": "^6.9.1",
"redis": "^2.8.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"sequelize": "^5.21.3",
"url": "^0.11.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"mocha": "^7.0.1",
"nodemon": "^1.18.10",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}