forked from alturanft/Unity-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 806 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
{
"name": "com.alturaweb3.sdk",
"version": "1.0.7",
"displayName": "Altura Web3",
"description": "This Web3 Package connects to the Altura APIs to help you authenticate and communicate with the Blockchain from Unity",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"keywords": [
"web3",
"api",
"nft"
],
"author": {
"name": "AlturaNFT",
"email": "team@alturanft.com",
"url": "https://www.alturanft.com"
},
"samples": [
{
"displayName": "AlturaDemo",
"description": "Altura API Data",
"path": "Altura-Sample~/AlturaDemo"
}
],
"type": "tool",
"unity": "2022.3",
"hideInEditor": false,
"license": "See LICENSE.md file"
}