-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 923 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 923 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
35
36
37
38
{
"name": "ppl",
"version": "0.0.1",
"description": "소프트웨어공학개론 팀프로젝트",
"main": "app.js",
"scripts": {
"start": "nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SupremeTim/PPL_Server.git"
},
"author": "조인택, 임성호",
"license": "ISC",
"bugs": {
"url": "https://github.com/SupremeTim/PPL_Server/issues"
},
"homepage": "https://github.com/SupremeTim/PPL_Server#readme",
"dependencies": {
"bcrypt": "^3.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mysql2": "^1.6.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"sequelize": "^4.41.2"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}