forked from trufflesuite/trufflesuite.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
globals.json
35 lines (35 loc) · 1.08 KB
/
globals.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
{
"name": "Truffle Suite",
"title": "Truffle Suite",
"url": "http://truffleframework.com",
"description": "Your Ethereum Swiss Army Knife",
"keywords": "solidity, dapps, contracts, smart contracts",
"domain": "truffleframework.com",
"authors": {
"firstlast": {
"name": "ConsenSys",
"email": "[email protected]"
}
},
"service": {
"analytics": "UA-83874933-3",
"service": "example",
"googlefonts": ["Oswald:300,400,700", "Open+Sans:400,700", "Grand+Hotel"],
"googleverification": null,
"facebookid": null,
"socialimage": "https://github.com/trufflesuite/trufflesuite.github.io/raw/master/images/truffle-share.png",
"appleid": null,
"twitter": "https://twitter.com/trufflesuite",
"disqus": false,
"github": "https://github.com/trufflesuite",
"gitter": "http://gitter.im/Consensys/truffle",
"site_issues": "https://github.com/trufflesuite/trufflesuite.com/issues",
"contributing": "trufflesuite/trufflesuite.com"
},
"thanks": {
"firstlast": {
"name": "First Last",
"url": "firstlast.com"
}
}
}