-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 943 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 943 Bytes
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
{
"name": "edge-multiplay",
"version": "1.3.0",
"description": "A sample server for matchmaking & a relay server for multiplayer experiences",
"main": "app.js",
"scripts": {
"start": "node example.js",
"test": "mocha --exit"
},
"keywords": [
"unity",
"game server",
"relay server",
"multiplayer",
"unity3d",
"edgemultiplay"
],
"author": "MobiledgeX",
"license": "Apache-2.0",
"dependencies": {
"chai": "^4.3.4",
"express": "^4.17.1",
"express-handlebars": "^5.3.0",
"mocha": "^8.3.2",
"pino": "^7.2.0",
"pino-pretty": "^7.2.0",
"uuidv4": "^6.0.6",
"ws": "^7.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mobiledgex/edge-mutiplay-node-server.git"
},
"bugs": {
"url": "https://github.com/mobiledgex/edge-mutiplay-node-server/issues"
},
"homepage": "https://github.com/mobiledgex/edge-mutiplay-node-server#readme"
}