package.json 848 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "vux-blazy",
  3. "version": "1.6.4",
  4. "description": "A fast lightweight pure JavaScript script for lazy loading and multi-serving images, iframes, videos and more.",
  5. "main": "blazy.js",
  6. "keywords": [
  7. "blazy",
  8. "blazyjs",
  9. "blazy.js",
  10. "lazy",
  11. "lazyload",
  12. "lazyloading",
  13. "image",
  14. "images",
  15. "iframe",
  16. "video",
  17. "unity",
  18. "retina",
  19. "responsive",
  20. "performance"
  21. ],
  22. "author": "Bjørn Klinggaard (http://dinbror.dk/blazy)",
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/dinbror/blazy.git"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/dinbror/blazy/issues"
  29. },
  30. "license": "MIT",
  31. "homepage": "https://github.com/dinbror/blazy",
  32. "scripts": {
  33. "test": "echo \"Error: no test specified\" && exit 1"
  34. },
  35. "directories": {
  36. "example": "example"
  37. }
  38. }