.bower.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "isotope",
  3. "description": "Filter and sort magical layouts",
  4. "main": "js/isotope.js",
  5. "dependencies": {
  6. "desandro-matches-selector": "^2.0.0",
  7. "fizzy-ui-utils": "^2.0.4",
  8. "get-size": "^2.0.0",
  9. "masonry": "^4.1.0",
  10. "outlayer": "^2.1.0"
  11. },
  12. "devDependencies": {
  13. "jquery": "2 < 4",
  14. "jquery-bridget": "^2",
  15. "qunit": "^1.15"
  16. },
  17. "ignore": [
  18. "test/",
  19. "sandbox/",
  20. "**/.*",
  21. "package.json",
  22. "notes.md",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests"
  27. ],
  28. "homepage": "http://isotope.metafizzy.co",
  29. "authors": [
  30. "David DeSandro"
  31. ],
  32. "moduleType": [
  33. "amd",
  34. "globals",
  35. "node"
  36. ],
  37. "keywords": [
  38. "filter",
  39. "sort",
  40. "masonry",
  41. "jquery-plugin"
  42. ],
  43. "license": "GPL-3.0",
  44. "version": "3.0.4",
  45. "_release": "3.0.4",
  46. "_resolution": {
  47. "type": "version",
  48. "tag": "v3.0.4",
  49. "commit": "22b0c459aa7b9c68387ae85cc7d61bd141a7a359"
  50. },
  51. "_source": "https://github.com/metafizzy/isotope.git",
  52. "_target": "*",
  53. "_originalSource": "isotope"
  54. }