-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 908 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
39
{
"name": "com.phantasma.phantasmalinkclient",
"version": "1.0.12",
"displayName": "Phantasma Unity SDK",
"description": "Phantasma Unity SDK, use to connect to the Phantasma Blockchain",
"unity": "2020.3",
"unityRelease": "0b5",
"author": {
"name": "Phantasma",
"email": "info@phantasma.io",
"url": "https://phantasma.io"
},
"keywords": [
"android",
"Android",
"Blockchain",
"phantasma",
"Phantasma",
"Phantasma Blockchain",
"Phantasma Link",
"Phantasma Link Client",
"Phantasma Link Client for Unity",
"Phantasma Link Client for Unity3D",
"PhantasmaChain",
"Phantasmaio",
"SmartNFTs",
"SmartNFT",
"Smart NFTs",
"Smart NFT",
"Phantasma SDK"
],
"license": "ISC",
"type": "library",
"hideInEditor": false,
"resolutionStrategy": "highest",
"dependencies": {
"com.unity.textmeshpro": "3.0.6"
}
}