-
Notifications
You must be signed in to change notification settings - Fork 1
/
mint.json
26 lines (26 loc) · 1.11 KB
/
mint.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
{
"name": "SushiChain Website",
"application": {
"head": "assets/head.html",
"icon": "assets/icon.png",
"title": "SushiChain - The sushi inspired, developer friendly, blockchain built for dapps!",
"meta": {
"description": "SushiChain is a decentralized app platform which provides developer friendly APIs for the development of decentralized applications",
"keywords": ["sushichain", "sushi", "decentralized", "application", "platform", "dapp", "dapps", "bitcoin", "ethereum", "dogecoin", "easy", "crypto", "developer", "friendly", "smart", "assets", "blockchain", "block"],
"author": "sushichain.io",
"twitter:card": "summary",
"twitter:site": "@sushichainhq",
"og:url": "https://sushichian.com",
"og:type": "website",
"og:title": "SushiChain - The user friendly blockchian",
"og:description": "SushiChain is a decentralized app platform which provides developer friendly APIs for the development of decentralized applications",
"og:image": "sushichain-card.png"
}
},
"source-directories": [
"source"
],
"test-directories": [
"tests"
]
}