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 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "MMM-PublicTransportHafas",
  3. "version": "1.0.9",
  4. "description": "Public transport module for MagicMirror² driven by hafas-client data.",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas"
  8. },
  9. "keywords": [
  10. "magic mirror",
  11. "magic mirror 2",
  12. "smart mirror",
  13. "public transport",
  14. "module"
  15. ],
  16. "author": {
  17. "name": "Kristjan ESPERANTO",
  18. "email": "kristjan.esperanto@gmail.com",
  19. "url": "https://github.com/KristjanESPERANTO"
  20. },
  21. "contributors": [
  22. "https://github.com/raywo/MMM-PublicTransportHafas/graphs/contributors",
  23. "https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas/graphs/contributors"
  24. ],
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas/issues"
  28. },
  29. "homepage": "https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas",
  30. "engines": {
  31. "node": ">=10"
  32. },
  33. "dependencies": {
  34. "arr-diff": "^4.0.0",
  35. "array-unique": "^0.3.2",
  36. "hafas-client": "^5.21.0"
  37. }
  38. }