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

1234567891011121314151617181920212223
  1. {
  2. "name": "MMM-WebView",
  3. "version": "1.0.0",
  4. "description": "The simple WebView module for MagicMirror²",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/Iketaki/MMM-WebView"
  8. },
  9. "keywords": [
  10. "magic mirror",
  11. "magicmirror",
  12. "magicmirror2",
  13. "smart mirror",
  14. "webview"
  15. ],
  16. "author": "Shunta Iketaki",
  17. "license": "MIT",
  18. "homepage": "https://github.com/Iketaki/MMM-WebView",
  19. "dependencies": {},
  20. "devDependencies": {
  21. "prettier": "2.4.0"
  22. }
  23. }