bower.json 927 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "jPlayer",
  3. "version": "2.9.2",
  4. "description": "The jQuery HTML5 Audio / Video Library. Allows you to create a media player with a consistent interface and experience across all browsers.",
  5. "author": {
  6. "name": "Mark J Panaghiston",
  7. "email": "markp@happyworm.com",
  8. "homepage": "http://happyworm.com/"
  9. },
  10. "homepage": "http://jplayer.org/",
  11. "keywords": [
  12. "jquery-plugin",
  13. "audio",
  14. "video",
  15. "media",
  16. "player",
  17. "jplayer"
  18. ],
  19. "license": "MIT",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/happyworm/jPlayer.git"
  23. },
  24. "main": [
  25. "./dist/jplayer/jquery.jplayer.js",
  26. "./dist/jplayer/jquery.jplayer.swf",
  27. "./dist/skin/pink.flag/jplayer.pink.flag.css",
  28. "./dist/skin/pink.flag/mustache/jplayer.pink.flag.audio.single.html"
  29. ],
  30. "ignore": [
  31. "artwork",
  32. "examples",
  33. "lib",
  34. "src",
  35. "**/*.md",
  36. "**/*.txt",
  37. "Gruntfile.js"
  38. ],
  39. "dependencies": {
  40. "jquery": ">=1.7.2"
  41. }
  42. }