2018-07-12 17:21:42 +02:00
"use strict" ;
2018-08-29 01:57:18 +02:00
// E X P O R T
2018-06-28 00:00:24 +02:00
module . exports = exports = {
2018-12-20 00:13:18 +01:00
ga : "UA-60403362-8" ,
2018-07-12 17:21:42 +02:00
github : {
2018-08-16 22:43:49 +02:00
branch : "master" ,
2018-07-13 20:22:46 +02:00
linkText : "Edit this page on GitHub" ,
repo : "lbryio/lbry.tech"
2018-06-06 09:44:28 +02:00
} ,
2018-07-25 22:42:29 +02:00
meta : {
color : "#222" ,
2019-02-15 17:50:56 +01:00
description : "LBRY is a free, open, and community-controlled digital goods marketplace. Learn about technical specifics, how to contribute, API specifications, and much more." ,
2018-07-25 22:42:29 +02:00
name : "LBRY" ,
tagline : "We came from the future to help you save the Internet" ,
title : "LBRY"
}
2018-07-12 17:21:42 +02:00
} ;