-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "emblitz",
"version": "1.5.7a",
"description": "Emblitz is an online real-time strategy game. Fight other players from around the world for control over a variety of maps!",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/somewhatalex/emblitz.git"
},
"keywords": [
"games",
"online-games",
"browser-games",
"strategy-game"
],
"author": "Emblitz Developers",
"license": "ISC",
"bugs": {
"url": "https://github.com/somewhatalex/emblitz/issues"
},
"homepage": "https://github.com/somewhatalex/emblitz#readme",
"dependencies": {
"bad-words": "^3.0.4",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"events": "^3.3.0",
"express": "^4.18.1",
"express-rate-limit": "^6.5.1",
"express-ws": "^5.0.2",
"http": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"nocache": "^3.0.4",
"nodemailer": "^6.7.7",
"password-hash": "^1.2.2",
"path": "^0.12.7",
"pg": "^8.7.3",
"websocket": "^1.0.34",
"ws": "^8.8.1"
}
}