-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
74 lines (74 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "com.dapperlabs.flowsdk",
"version": "2.0.0",
"displayName": "Flow SDK",
"description": "Integrate your Unity app with the Flow blockchain.",
"unity": "2021.3",
"unityRelease": "3f1",
"documentationUrl": "https://developers.flow.com/tools/unity-sdk",
"changelogUrl": "https://developers.flow.com/tools/unity-sdk/changelog",
"licensesUrl": "https://developers.flow.com/tools/unity-sdk/license",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"keywords": [
"flow",
"blockchain",
"crypto",
"dapper",
"nft",
"web3",
"dao",
"cadence",
"dapp",
"cryptocurrency",
"distributed",
"sdk",
"smart",
"contract",
"token",
"wallet",
"block",
"chain",
"coin",
"decentralized",
"ethereum",
"meta"
],
"author": {
"name": "Dapper Labs",
"url": "https://www.dapperlabs.com/"
},
"samples": [
{
"displayName": "FlowControl Quickstart Code Sample",
"description": "A VERY simple example of performing the most common basic tasks on emulator.",
"path": "Samples~/FlowControlQuickstartCodeSample"
},
{
"displayName": "FlowSDK Usage Demo",
"description": "Demonstration of all the API calls in FlowSDK",
"path": "Samples~/SamplesFlowSDKUsage"
},
{
"displayName": "Flow Words",
"description": "A word game built on Flow",
"path": "Samples~/FlowWords"
},
{
"displayName": "Flow Words Tutorial Assets",
"description": "Contains the assets required for following the Flow Words tutorial",
"path": "Samples~/FlowWordsAssetsTutorial"
},
{
"displayName": "Example NFT",
"description": "An example of minting and reading a simple NFT using the SDK",
"path": "Samples~/NFTExample"
},
{
"displayName": "NFT Browser",
"description": "A sample NFT browser",
"path": "Samples~/NFTBrowserExample"
}
]
}