.bower.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "vimeo-jquery-api",
  3. "version": "0.9.3",
  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. "_release": "0.9.3",
  41. "_resolution": {
  42. "type": "version",
  43. "tag": "v0.9.3",
  44. "commit": "3c6b2d6b367131f09227b447bb0d1e1976952d24"
  45. },
  46. "_source": "git://github.com/jrue/Vimeo-jQuery-API.git",
  47. "_target": "~0.9.3",
  48. "_originalSource": "vimeo-jquery-api",
  49. "_direct": true
  50. }