forked from currentxchange/Music-NFT-Standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 771 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": "web4nft",
"version": "1.0.1",
"description": "Web4NFT Metadata Standard for Atomic Assets 💿 Geographic + Time-aware NFT schema on EOSIO / Antelope blockchains WAX, EOS, Proton, UX ⛓️",
"main": "index.js",
"scripts": {
"test": "none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dougbutner/Geotemporal-NFT-Standard.git"
},
"keywords": [
"web4",
"web3",
"geotemporal",
"metadata",
"standard",
"atomic-assets",
"assets",
"atomicassets",
"nft"
],
"author": "Douglas Butner",
"license": "MIT",
"bugs": {
"url": "https://github.com/dougbutner/Geotemporal-NFT-Standard/issues"
},
"homepage": "https://github.com/dougbutner/Geotemporal-NFT-Standard#readme"
}