.bower.json 761 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "mediaelement",
  3. "homepage": "https://github.com/mediaelement/mediaelement",
  4. "description": "HTML5 <video> and <audio> made easy.",
  5. "moduleType": [
  6. "globals"
  7. ],
  8. "keywords": [
  9. "html5",
  10. "video",
  11. "audio",
  12. "shim"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**",
  17. "!/build/**",
  18. "!/bower.json",
  19. "!/README*",
  20. "!/changelog*"
  21. ],
  22. "main": [
  23. "./build/mediaelement-and-player.js",
  24. "./build/mediaelementplayer.css"
  25. ],
  26. "version": "4.2.9",
  27. "_release": "4.2.9",
  28. "_resolution": {
  29. "type": "version",
  30. "tag": "4.2.9",
  31. "commit": "6d665634da067ac075cd49631e646c7b16f25510"
  32. },
  33. "_source": "https://github.com/johndyer/mediaelement.git",
  34. "_target": "4.*",
  35. "_originalSource": "mediaelement"
  36. }