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 486B

1234567891011121314151617181920
  1. {
  2. "name": "magicmirror-vendors",
  3. "description": "Package for vendors 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. "@fortawesome/fontawesome-free": "^5.15.4",
  14. "moment": "^2.29.1",
  15. "moment-timezone": "^0.5.33",
  16. "nunjucks": "^3.2.3",
  17. "suncalc": "^1.8.0",
  18. "weathericons": "^2.1.0"
  19. }
  20. }