Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 338B

123456789101112131415
  1. {
  2. "name": "magicmirror-fonts",
  3. "description": "Package for fonts use by MagicMirror Core.",
  4. "repository": {
  5. "type": "git",
  6. "url": "git+https://github.com/MichMich/MagicMirror.git"
  7. },
  8. "license": "MIT",
  9. "bugs": {
  10. "url": "https://github.com/MichMich/MagicMirror/issues"
  11. },
  12. "dependencies": {
  13. "roboto-fontface": "^0.10.0"
  14. }
  15. }