MagicMirror/fonts/package.json

16 lines
338 B
JSON
Raw Normal View History

2017-08-06 01:13:52 -04:00
{
"name": "magicmirror-fonts",
"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": {
"roboto-fontface": "^0.10.0"
}
2017-08-06 01:13:52 -04:00
}