2018-07-12 10:21:42 -05:00
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-08-28 18:57:18 -05:00
|
|
|
// E X P O R T
|
|
|
|
|
2018-06-27 17:00:24 -05:00
|
|
|
module.exports = exports = {
|
2018-07-25 15:42:29 -05:00
|
|
|
ga: "UA-60403362-1",
|
2018-07-12 10:21:42 -05:00
|
|
|
github: {
|
2018-08-16 15:43:49 -05:00
|
|
|
branch: "master",
|
2018-07-13 13:22:46 -05:00
|
|
|
linkText: "Edit this page on GitHub",
|
|
|
|
repo: "lbryio/lbry.tech"
|
2018-06-06 10:44:28 +03:00
|
|
|
},
|
2018-07-25 15:42:29 -05:00
|
|
|
meta: {
|
|
|
|
color: "#222",
|
|
|
|
description: "LBRY is a free, open, and community-run digital marketplace. Come check out our documentation and contribute!",
|
|
|
|
name: "LBRY",
|
|
|
|
tagline: "We came from the future to help you save the Internet",
|
|
|
|
title: "LBRY"
|
|
|
|
}
|
2018-07-12 10:21:42 -05:00
|
|
|
};
|