-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.17 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "rhythmcraft",
"version": "0.0.1",
"description": "Online RhythmCraft game.",
"main": "main.js",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wjdgustn/rhythmcraft.git"
},
"author": "Hyonsu",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/wjdgustn/rhythmcraft/issues"
},
"homepage": "https://github.com/wjdgustn/rhythmcraft#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-redis": "^5.0.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"file-type": "^15.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.7",
"multer": "^1.4.2",
"nodemailer": "^6.4.11",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"passport-kakao": "^1.0.0",
"passport-local": "^1.0.0",
"qr-image": "^3.2.0",
"redis": "^3.0.2",
"socket.io": "^2.3.0",
"streamifier": "^0.1.1",
"unique-string": "^2.0.0"
},
"nodemonConfig": {
"ignore": [
"public/*",
"views/*"
]
}
}