-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.49 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
50
51
52
53
54
55
56
57
58
59
{
"name": "zander-web",
"version": "2.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benrobson/zander-web.git"
},
"author": "benrobson",
"license": "ISC",
"bugs": {
"url": "https://github.com/benrobson/zander-web/issues"
},
"homepage": "https://github.com/benrobson/zander-web#readme",
"dependencies": {
"acorn": ">=8.2.4",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"discord.js": "^12.5.3",
"dotenv": "^9.0.2",
"ejs": "^3.1.6",
"email-templates": "^7.1.0",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-flash-messages": "^0.1.1",
"express-session": "^1.17.2",
"fetch": "^1.1.0",
"fs": "0.0.1-security",
"github": "^14.0.0",
"hogan": "^1.0.2",
"humanize": "0.0.9",
"inline-css": "^3.0.0",
"leo-profanity": "^1.2.6",
"minecraft-lib": "^1.1.6",
"modern-rcon": "^1.0.3",
"mojang-api": "0.0.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mysql": "^2.18.1",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.0",
"nodemailer-juice": "^1.0.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"random-token": "0.0.8",
"req-flash": "0.0.3",
"request": "^2.88.2",
"twitchonlinetracker": "^1.1.5"
},
"devDependencies": {}
}