-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.16 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.16 KB
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
{
"name": "gg.argus.world-engine-client-communications-unity",
"version": "0.2.1",
"displayName": "World Engine Client Communications for Unity",
"description": "Use this package to communicate with an Argus Labs World Engine based backend.",
"unity": "2022.3",
"author": {
"name": "Argus Labs",
"url": "https://argus.gg"
},
"documentationUrl": "https://world.dev/client/introduction",
"license": "Apache-2.0",
"licensesUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt",
"dependencies": {
"com.heroiclabs.nakama-unity": "https://github.com/heroiclabs/nakama-unity.git?path=/Packages/Nakama"
},
"keywords": [
"argus",
"argus labs",
"world",
"engine",
"world engine",
"cardinal",
"nakama",
"cloud",
"prover",
"cloud prover",
"web3",
"blockchain",
"crypto",
"zk",
"zero",
"knowledge",
"proof",
"zero knowledge",
"zero knowledge proof",
"client",
"communication",
"communications",
"network",
"networking",
"c#",
"unity",
"unity3d",
"game",
"dev",
"game dev",
"game development",
"game developer",
"gaming"
]
}