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

123456789101112131415161718192021222324252627
  1. {
  2. "name": "weather-icons",
  3. "version": "2.0.10",
  4. "homepage": "http://erikflowers.github.io/weather-icons/",
  5. "keywords": [
  6. "css", "icon-font", "weather", "icon", "icons"
  7. ],
  8. "authors": [
  9. "Erik Flowers <erik@helloerik.com>"
  10. ],
  11. "description": "215 weather themed icons inspired by Font Awesome and ready for Bootstrap",
  12. "license": "MIT",
  13. "main": [
  14. "./css/weather-icons.css",
  15. "./css/weather-icons.min.css",
  16. "./css/weather-icons-wind.css",
  17. "./css/weather-icons-wind.min.css",
  18. "./font/*",
  19. "./less/weather-icons.less",
  20. "./sass/weather-icons.scss"
  21. ],
  22. "ignore": [
  23. "_builder/",
  24. "_docs/",
  25. "font-source/"
  26. ]
  27. }