bower.json 717 B

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