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.

composer.json 862B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "moment/moment-timezone",
  3. "description": "Parse and display dates in any timezone",
  4. "version": "0.5.33",
  5. "keywords": [
  6. "moment",
  7. "date",
  8. "time",
  9. "timezone",
  10. "olson",
  11. "iana",
  12. "zone",
  13. "tz"
  14. ],
  15. "homepage": "http://momentjs.com/timezone/",
  16. "license": "MIT",
  17. "support": {
  18. "issues": "https://github.com/moment/moment-timezone/issues",
  19. "source": "https://github.com/moment/moment-timezone"
  20. },
  21. "authors": [
  22. {
  23. "name": "Tim Wood",
  24. "email": "washwithcare@gmail.com",
  25. "homepage": "http://timwoodcreates.com/"
  26. }
  27. ],
  28. "type": "component",
  29. "require": {
  30. "robloach/component-installer": "*",
  31. "moment/moment": ">=2.9.0"
  32. },
  33. "extra": {
  34. "component": {
  35. "scripts": [
  36. "moment-timezone.js"
  37. ],
  38. "files": [
  39. "builds/*.js"
  40. ]
  41. }
  42. }
  43. }