.bower.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "_release": "3.3.2",
  45. "_resolution": {
  46. "type": "version",
  47. "tag": "v3.3.2",
  48. "commit": "48ed97fd2ebf0c126833bef6b29aff51781701e2"
  49. },
  50. "_source": "git://github.com/desandro/masonry.git",
  51. "_target": "~3.3.2",
  52. "_originalSource": "masonry",
  53. "_direct": true
  54. }