bower.json 659 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "ekko-lightbox",
  3. "version": "5.2.0",
  4. "main": "./dist/ekko-lightbox.min.js",
  5. "ignore": [
  6. "**/.*",
  7. "examples",
  8. "node_modules",
  9. "bower_components",
  10. "test",
  11. "tests"
  12. ],
  13. "dependencies": {
  14. "bootstrap": ">= 4.0.0-alpha.3"
  15. },
  16. "homepage": "https://github.com/ashleydw/lightbox",
  17. "authors": [
  18. "ashleydw <hello@ashleyd.ws>"
  19. ],
  20. "description": "A lightbox gallery plugin for Bootstrap based on the modal plugin",
  21. "keywords": [
  22. "lightbox",
  23. "gallery",
  24. "bootstrap",
  25. "jquery",
  26. "modal"
  27. ],
  28. "license": "MIT"
  29. }