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

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "mmm-dynamicweather",
  3. "version": "2.14.1",
  4. "description": "A heavily configurable MagicMirror Module to display different animations based on current weather and show customized event effects.",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/scottcl88/MMM-DynamicWeather.git"
  8. },
  9. "keywords": [
  10. "magic mirror",
  11. "module",
  12. "weather"
  13. ],
  14. "author": "Scott Lewis",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "git+https://github.com/scottcl88/MMM-DynamicWeather/issues"
  18. },
  19. "homepage": "git+https://github.com/scottcl88/MMM-DynamicWeather#readme",
  20. "main": "MMM-DynamicWeather.js",
  21. "scripts": {
  22. "test": "echo \"Error: no test specified\" && exit 1"
  23. },
  24. "dependencies": {
  25. "typescript": "^4.1.3"
  26. },
  27. "prettier": {
  28. "printWidth": 200
  29. },
  30. "devDependencies": {}
  31. }