-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "com.trilitech.tezos-unity-sdk",
"version": "0.0.4",
"unity": "2021.3",
"displayName": "Tezos Unity SDK",
"description": "Unity SDK for Tezos",
"samples": [
{
"displayName": "Tezos game sample",
"description": "Simple game to interact with the Tezos blockchain",
"path": "Samples~"
}
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.textmeshpro": "3.0.6"
},
"keywords": [
"tezos",
"blockchain",
"game-dev",
"unity",
"sdk"
],
"homepage": "https://tezos.com/unity/",
"bugs": {
"url": "https://github.com/trilitech/tezos-unity-sdk/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:trilitech/tezos-unity-sdk.git"
},
"documentationUrl": "https://opentezos.com/gaming/unity-sdk/getting-started/",
"changelogUrl": "https://github.com/trilitech/tezos-unity-sdk/blob/main/CHANGELOG.md",
"author": {
"name": "Trilitech",
"email" : "[email protected]",
"url": "https://tezos.com/unity/"
},
"license": "MIT"
}