-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 827 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "com.nethereum.unity",
"displayName": "Nethereum",
"version": "5.0.0",
"unity": "2018.1",
"description": "Nethereum 472 / netstandard AOT runtime dlls, please check Nethereum releases for more information, extra components, or other versions (net461, net35, netstandard) 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", "rpc", "abi", "smart contracts", "evm"
],
"category": "Unity",
"type": "library"
}