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

123456789101112131415161718192021222324252627
  1. {
  2. "name": "rgb2hex",
  3. "main": "rgb2hex.js",
  4. "version": "0.2.0",
  5. "homepage": "https://github.com/christian-bromann/rgb2hex",
  6. "authors": [
  7. "Christian Bromann <mail@christian-bromann.com>"
  8. ],
  9. "description": "lightweight rgb/rgba to hex parser",
  10. "keywords": [
  11. "rgb",
  12. "rgba",
  13. "hex",
  14. "color",
  15. "parse",
  16. "parser"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "coverage",
  24. "test",
  25. "tests"
  26. ]
  27. }