bower.json 598 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "bLazy",
  3. "main": "blazy.js",
  4. "version": "1.6.2",
  5. "description": "A fast lightweight pure JavaScript script for lazy loading and multi-serving images, iframes, videos and more.",
  6. "homepage": "https://github.com/dinbror/blazy",
  7. "keywords": [
  8. "blazy",
  9. "lazy",
  10. "lazyload",
  11. "lazyloading",
  12. "retina",
  13. "responsive",
  14. "image",
  15. "images",
  16. "javascript",
  17. "performance"
  18. ],
  19. "authors": [
  20. {
  21. "name": "Bjørn Klinggaard",
  22. "url": "http://dinbror.dk",
  23. "email": "hello@dinbror.dk"
  24. }
  25. ],
  26. "license": "MIT",
  27. "moduleType": [
  28. "amd",
  29. "CommonJS"
  30. ],
  31. "ignore": []
  32. }