MagicMirror/fonts/package.json

17 lines
386 B
JSON
Raw Normal View History

2017-08-06 01:13:52 -04:00
{
"name": "magicmirror-fonts",
2022-01-26 23:47:51 +01:00
"description": "Package for fonts use by MagicMirror² Core.",
"repository": {
"type": "git",
"url": "git+https://github.com/MichMich/MagicMirror.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-condensed": "^4.5.9"
}
2017-08-06 01:13:52 -04:00
}