bower.json 648 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "imagesloaded",
  3. "description": "JavaScript is all like _You images done yet or what?_",
  4. "main": "imagesloaded.js",
  5. "dependencies": {
  6. "ev-emitter": "^1.0.0"
  7. },
  8. "devDependencies": {
  9. "jquery": ">=1.9 <4.0",
  10. "qunit": "~1.20.0"
  11. },
  12. "ignore": [
  13. "**/.*",
  14. "test",
  15. "package.json",
  16. "composer.json",
  17. "node_modules",
  18. "bower_components",
  19. "tests",
  20. "sandbox/",
  21. "contributing.md"
  22. ],
  23. "homepage": "http://imagesloaded.desandro.com",
  24. "authors": [
  25. "David DeSandro"
  26. ],
  27. "moduleType": [
  28. "amd",
  29. "globals",
  30. "node"
  31. ],
  32. "keywords": [
  33. "images"
  34. ],
  35. "license": "MIT"
  36. }