bower.json 627 B

1234567891011121314151617181920212223242526272829303132333435
  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. "node_modules",
  17. "bower_components",
  18. "tests",
  19. "sandbox/",
  20. "contributing.md"
  21. ],
  22. "homepage": "http://imagesloaded.desandro.com",
  23. "authors": [
  24. "David DeSandro"
  25. ],
  26. "moduleType": [
  27. "amd",
  28. "globals",
  29. "node"
  30. ],
  31. "keywords": [
  32. "images"
  33. ],
  34. "license": "MIT"
  35. }