22 lines
621 B
JavaScript
22 lines
621 B
JavaScript
module.exports = async function () {
|
|
return {
|
|
dir: 'ltr',
|
|
lang: 'en',
|
|
name: 'Lion',
|
|
description: 'Fundamental white label web components for building your design system',
|
|
socialLinks: [
|
|
{
|
|
name: 'GitHub',
|
|
url: 'https://github.com/ing-bank/lion',
|
|
},
|
|
],
|
|
gitSiteUrl: 'https://github.com/ing-bank/lion',
|
|
gitBranch: 'master',
|
|
helpUrl: 'https://github.com/ing-bank/lion/issues',
|
|
logoAlt: 'Lion Logo',
|
|
iconColorMaskIcon: '#3f93ce',
|
|
iconColorMsapplicationTileColor: '#1d3557',
|
|
iconColorThemeColor: '#1d3557',
|
|
analytics: 'G-151V7YV71K',
|
|
};
|
|
};
|