bower.json 898 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "outlayer",
  3. "version": "1.4.2",
  4. "description": "the brains and guts of a layout library",
  5. "main": "outlayer.js",
  6. "dependencies": {
  7. "doc-ready": "1.0.x",
  8. "eventEmitter": ">=4.2 <5",
  9. "eventie": "~1.0.3",
  10. "get-size": "~1.2.2",
  11. "get-style-property": "~1.0.4",
  12. "matches-selector": "~1.0.2",
  13. "fizzy-ui-utils": "~1.0.1"
  14. },
  15. "devDependencies": {
  16. "jquery-bridget": "1.x",
  17. "jquery": ">=1.4.3 <2",
  18. "qunit": "^1.12.0"
  19. },
  20. "ignore": [
  21. "test/",
  22. "docs/",
  23. "examples",
  24. ".*",
  25. "notes.md",
  26. "**/.*",
  27. "node_modules",
  28. "bower_components",
  29. "test",
  30. "tests",
  31. "package.json"
  32. ],
  33. "homepage": "https://github.com/metafizzy/outlayer",
  34. "authors": [
  35. "Metafizzy"
  36. ],
  37. "moduleType": [
  38. "amd",
  39. "globals",
  40. "node"
  41. ],
  42. "keywords": [
  43. "layout",
  44. "masonry",
  45. "isotope"
  46. ],
  47. "license": "MIT"
  48. }