21 lines
519 B
JavaScript
21 lines
519 B
JavaScript
"use strict";
|
|
|
|
|
|
|
|
// E X P O R T
|
|
|
|
module.exports = exports = {
|
|
ga: "UA-60403362-8",
|
|
github: {
|
|
branch: "master",
|
|
linkText: "Edit this page on GitHub",
|
|
repo: "lbryio/lbry.tech"
|
|
},
|
|
meta: {
|
|
color: "#222",
|
|
description: "LBRY is a free, open, and community-controlled digital goods marketplace. Learn about technical specifics, how to contribute, API specifications, and much more.",
|
|
name: "LBRY",
|
|
tagline: "We came from the future to help you save the Internet",
|
|
title: "LBRY"
|
|
}
|
|
};
|