-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 Bytes
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
{
"name": "nodebird",
"version": "0.0.1",
"description": "익스프레스로 만드는 SNS 서비스",
"main": "app.js",
"scripts": {
"dev": "nodemon app",
"start": "cross-env NODE_ENV=production PORT=80 pm2 start app.js -i -1"
},
"author": "lua928908",
"license": "MIT",
"dependencies": {
"bcrypt": "^3.0.2",
"connect-flash": "^0.1.1",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.3",
"cross-env": "^5.2.0",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "^3.15.0",
"hpp": "^0.2.2",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mysql2": "^1.5.3",
"passport": "^0.4.0",
"passport-kakao": "0.0.5",
"passport-local": "^1.0.0",
"pm2": "^3.3.1",
"pug": "^2.0.3",
"sequelize": "^4.37.6",
"winston": "^3.1.0"
}
}