-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 770 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
{
"name": "bonziworld_server",
"version": "2.0.2",
"description": "Server for the BonziWORLD chat client.",
"main": "index.js",
"author": "Joseph Judge",
"private": true,
"license": "MIT",
"dependencies": {
"create-react-app": "^5.0.0",
"dgram": "^1.0.1",
"express": "^4.16.4",
"follow-redirects": "^1.14.9",
"fs-extra": "^7.0.1",
"global": "^4.4.0",
"http-server": "^14.1.0",
"jquery": "^3.6.0",
"merge": "^1.2.1",
"messageformat": "^2.3.0",
"moment": "^2.29.1",
"ngrok": "^4.3.0",
"popper.js": "^1.16.1",
"sanitize-html": "^1.20.0",
"simple-get": "^4.0.1",
"socket.io": "^2.2.0",
"socket.io-client": "^4.4.1",
"winston": "^3.1.0",
"ws": "^8.5.0",
"xterm": "^4.17.0"
}
}