bower.json 475 B

1234567891011121314151617181920212223242526
  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. }