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.

bower.json 463B

123456789101112131415161718192021222324
  1. {
  2. "name": "atob",
  3. "description": "atob for isomorphic environments",
  4. "main": "browser-atob.js",
  5. "authors": [
  6. "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)"
  7. ],
  8. "license": "(MIT OR Apache-2.0)",
  9. "keywords": [
  10. "atob",
  11. "browser"
  12. ],
  13. "homepage": "https://github.com/node-browser-compat/atob",
  14. "moduleType": [
  15. "globals"
  16. ],
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests"
  23. ]
  24. }