.bower.json 755 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "mediaelement",
  3. "homepage": "https://github.com/herby/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": "2.20.1",
  27. "_release": "2.20.1",
  28. "_resolution": {
  29. "type": "version",
  30. "tag": "2.20.1",
  31. "commit": "8d4c5ece59d93f9526f9affecb2eda982ba2e3ad"
  32. },
  33. "_source": "git://github.com/johndyer/mediaelement.git",
  34. "_target": "2.*",
  35. "_originalSource": "mediaelement"
  36. }