-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 928 Bytes
/
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
{
"name": "membership-todo",
"version": "1.0.0",
"description": "2019 Boostcamp Membership Mission 3",
"main": "index.js",
"scripts": {
"start": "node web/bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hzoou/membership-todo.git"
},
"author": "hzoou (Woo hyeju)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hzoou/membership-todo/issues"
},
"dependencies": {
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.1.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.16.2",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql2": "^1.7.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"session-file-store": "^1.3.1"
},
"homepage": "https://github.com/hzoou/membership-todo#readme"
}