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

123456789101112131415
  1. {
  2. "name": "roboto-fontface",
  3. "description": "A simple package providing the Roboto fontface.",
  4. "version": "0.9.0",
  5. "main": [
  6. "./css/roboto/roboto-fontface.css"
  7. ],
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "bower_components",
  12. "test",
  13. "tests"
  14. ]
  15. }