-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 929 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
{
"name": "com.nethereum.unity.walletconnect",
"displayName": "Nethereum.WalletConnect",
"version": "4.19.3",
"unity": "2021.3",
"description": "Nethereum walletconnect runtime integration dlls, please check Nethereum releases for more information, https://github.com/Nethereum/Nethereum/releases, example can be found at https://github.com/Nethereum/Unity3dSampleTemplate",
"changelogUrl": "https://github.com/Nethereum/Nethereum/releases",
"author": {
"name": "Juan Blanco",
"url": "nethereum.com"
},
"license": "MIT",
"licensesUrl": "https://github.com/Nethereum/Nethereum.Unity/blob/main/LICENSE.md",
"keywords": [
"unity",
"nethereum",
"ethereum",
"walletconnect"
],
"category": "Unity",
"type": "library",
"dependencies": {
"com.nethereum.unity": "4.19.2",
"com.walletconnect.core": "3.0.6"
}
}