bower.json 433 B

123456789101112131415161718192021
  1. {
  2. "name": "mediagoblin-extlib",
  3. "description": "External libraries used by GNU MediaGoblin",
  4. "author": "MediaGoblin team <devel@mediagoblin.org>",
  5. "private": true,
  6. "ignore": [
  7. "**/.*",
  8. "node_modules",
  9. "bower_components",
  10. "extlib/",
  11. "test",
  12. "tests"
  13. ],
  14. "dependencies": {
  15. "jquery": "~2.1.3",
  16. "video.js": "~5.20.1",
  17. "videojs-resolution-switcher": "~0.4.2",
  18. "leaflet": "~0.7.3"
  19. }
  20. }