bower.json 787 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "masonry",
  3. "version": "3.3.2",
  4. "description": "Cascading grid layout library",
  5. "main": "masonry.js",
  6. "dependencies": {
  7. "get-size": "~1.2.2",
  8. "outlayer": "~1.4.0",
  9. "fizzy-ui-utils": "~1.0.1"
  10. },
  11. "devDependencies": {
  12. "jquery-bridget": "1.1.x",
  13. "doc-ready": "1.x",
  14. "qunit": "^1.12",
  15. "jquery": ">=1.4.3 <2"
  16. },
  17. "ignore": [
  18. "examples/",
  19. "test/",
  20. "CONTRIBUTING.mdown",
  21. "Gruntfile.js",
  22. "package.json",
  23. "**/.*",
  24. "node_modules",
  25. "bower_components",
  26. "test",
  27. "tests"
  28. ],
  29. "homepage": "http://masonry.desandro.com",
  30. "authors": [
  31. "David DeSandro"
  32. ],
  33. "keywords": [
  34. "masonry",
  35. "layout",
  36. "outlayer"
  37. ],
  38. "license": "MIT",
  39. "moduleType": [
  40. "amd",
  41. "globals",
  42. "node"
  43. ]
  44. }