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

12345678910111213141516171819202122232425
  1. {
  2. "name": "mmm-covid19-ampel",
  3. "version": "1.0.0",
  4. "description": "A [MagicMirror²](https://magicmirror.builders) helper module to display the COVID 19 INCIDENCE Value in form of the five stages in Germany (Green, Yellow, Red, Dark - Red and Purple).",
  5. "main": "MMM-COVID19-AMPEL.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/magic21nrw/MMM-COVID19-AMPEL.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/magic21nrw/MMM-COVID19-AMPEL/issues"
  18. },
  19. "homepage": "https://github.com/magic21nrw/MMM-COVID19-AMPEL#readme",
  20. "dependencies": {
  21. "node-fetch": "^2.6.1",
  22. "node-json-db": "^1.1.0",
  23. "needle": "^2.6.0"
  24. }
  25. }