-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
38 lines (38 loc) · 898 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
37
38
{
"name": "nengi",
"version": "1.27.0",
"description": "multiplayer game networking for node.js and html5",
"main": "index.js",
"browser": "indexBrowser.js",
"scripts": {
"start": "npx jasmine"
},
"homepage": "https://timetocode.com/nengi",
"repository": {
"type": "git",
"url": "git://github.com/timetocode/nengi.git"
},
"keywords": [
"multiplayer",
"networking",
"interpolation",
"game",
"mmo",
"lag",
"compensation",
"prediction",
"binary",
"compression"
],
"author": "Alex Bennett // timetocode",
"license": "Apache 2.0",
"dependencies": {
"@clusterws/cws": "^3.0.0",
"esm": "^3.2.22",
"eventemitter3": "^4.0.7",
"utf8": "^3.0.0"
},
"devDependencies": {
"jasmine": "^3.5.0"
}
}