-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.33 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.33 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
50
51
52
53
54
55
56
57
58
59
{
"name": "nodebird-api",
"version": "0.0.1",
"description": "NodeBird API 서버",
"main": "app.js",
"scripts": {
<<<<<<< HEAD
"start": "nodemon ./bin/www"
=======
"start": "nodemon app",
"test": "mocha"
>>>>>>> back-end1
},
"author": "Zero Cho",
"license": "ISC",
"dependencies": {
"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-rate-limit": "^5.0.0",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.11",
"morgan": "^1.9.1",
"mysql2": "^2.1.0",
<<<<<<< HEAD
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-kakao": "^1.0.0",
"passport-local": "^1.0.0",
"sequelize": "^5.21.3"
},
"devDependencies": {
"sequelize-cli": "^5.5.1"
=======
"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",
"redis": "^2.8.0",
"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"
>>>>>>> back-end1
}
}