-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
66 lines (66 loc) · 2.21 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
{
"name": "com.nftport.nftport",
"displayName": "NFTPort",
"version": "1.1.0",
"description": "NFTPort.xyz unity extension provides tools and features to integrate NFT's crosschain at lightning speed in Unity.\n\n https://github.com/nftport/nftport-unity.git",
"type": "tool",
"homepage": "https://www.nftport.xyz/",
"documentationUrl": "https://docs.nftport.xyz/docs/nftport/ZG9jOjUwMzc2NzA5-getting-started#unity-extension-feature-list-br",
"changelogUrl": "https://github.com/nftport/nftport-unity/blob/com.nftport.nftport/CHANGELOG.md",
"license": "MIT License",
"licensesUrl": "https://github.com/nftport/nftport-unity/blob/com.nftport.nftport/LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/nftport/nftport-unity.git"
},
"author": {
"name": "NFTPort.xyz",
"email": "[email protected]",
"url": "https://www.nftport.xyz/"
},
"samples": [
{
"displayName": "NFT Ownership Data: Account/Contract",
"description": "Contains sample showcasing get components for : NFTs owned by an account and NFTs of a contract",
"path": "Samples~/Ownership Data"
},
{
"displayName": "Easy Mint NFT using URL",
"description": "Contains sample showcasing easing minting a file via a URL",
"path": "Samples~/Easy Mint URL"
},
{
"displayName": "Asset Downloader",
"description": "Download assets like NFTImage, Video, Audio etc from IPFS or Web2, Use in conjunction with NFTMetaData",
"path": "Samples~/Asset Downloader"
},
{
"displayName": "Player Wallet Connect + WebL Templates",
"description": "Get Address of players wallet connect with events",
"path": "Samples~/Player Connect + WebGL Templates"
},
{
"displayName": "NFTPort Playground - custom mint",
"description": "Showcases game sample to mint custom NFT's , connect wallet and more",
"path": "Samples~/NFTPort Playground"
}
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"keywords": [
"Web3",
"Blockchain",
"NFT",
"NFTs",
"Ethereum",
"NFTPort",
"Unity",
"Mint",
"Solana",
"Polygon",
"Connect",
"Data",
"Wallet",
"Games" ]
}