bower.json 765 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "vimeo-jquery-api",
  3. "version": "0.9.2",
  4. "homepage": "https://github.com/jrue/Vimeo-jQuery-API",
  5. "authors": [
  6. "Jeremy Rue <jrue@berkeley.edu>"
  7. ],
  8. "description": "A jQuery plugin to easily control Vimeo videos through their API.",
  9. "main": [
  10. "dist/jquery.vimeo.api.js",
  11. "dist/jquery.vimeo.api.min.js"
  12. ],
  13. "keywords": [
  14. "video",
  15. "Vimeo",
  16. "iframe",
  17. "api",
  18. "javascript",
  19. "jquery-plugin"
  20. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "bower_components",
  26. "test",
  27. "tests",
  28. "example.html",
  29. "src",
  30. "Gruntfile.js",
  31. "LICENSE",
  32. "package.json",
  33. "vimeoapi.jquery.json",
  34. "readme.md",
  35. "bower.json"
  36. ],
  37. "dependencies": {
  38. "jquery": ">=1.7"
  39. }
  40. }