-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.52 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.52 KB
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
{
"name": "xyz.0xsequence.waas-unity",
"version": "5.0.7",
"displayName": "Sequence SDK",
"description": "A Unity SDK for Sequence APIs",
"unity": "2021.3",
"keywords": [
"Unity",
"Package",
"wallet",
"ethereum",
"web3",
"sequence",
"waas",
"oidc",
"embedded-wallet",
"marketplace",
"p2p-trading",
"payments",
"pay",
"IAP",
"collectibles"
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.test-framework": "1.3.4"
},
"author": {
"name": "0xsequence",
"url": "https://sequence.xyz/"
},
"repository": {
"type": "git",
"url": "https://github.com/0xsequence/sequence-unity.git"
},
"category": "web3",
"samples": [
{
"displayName": "Demo",
"description": "Basic demo scene showcasing the SDK functionality using Sequence's boilerplates.",
"path": "Sequence/Samples~/Demo"
},
{
"displayName": "Android Secure Storage",
"description": "Android native code required for secure, Keystore-based, storage.",
"path": "Sequence/Samples~/AndroidSecureStorage"
},
{
"displayName": "Useful Scripts",
"description": "Basic scripts that are helpful for getting started with the SDK.",
"path": "Sequence/Samples~/Scripts"
}
],
"documentationUrl": "https://docs.sequence.xyz/sdk/unity/overview/",
"changelogUrl": "https://github.com/0xsequence/sequence-unity/releases",
"licensesUrl": "https://github.com/0xsequence/sequence-unity/blob/master/LICENSE"
}