-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
36 lines (36 loc) · 889 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
36
{
"name": "mvonline",
"version": "0.2.2",
"description": "Rpgmaker MV Online Server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "11.x"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"body-parser": "^1.18.3",
"connect-redis": "^3.4.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"mailgun-js": "^0.22.0",
"mongoose": "^5.4.2",
"morgan": "^1.9.1",
"nodemailer": "^4.7.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"redis": "^2.8.0",
"sendgrid": "^5.2.3",
"socket.io": "2.2.0",
"socket.io-redis": "5.2.0",
"sticky-session": "1.1.2",
"swearjar": "^0.2.0",
"tracer": "^0.9.8"
},
"author": "Nelderson",
"license": "MIT"
}