bower.json 751 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "outlayer",
  3. "description": "the brains and guts of a layout library",
  4. "main": "outlayer.js",
  5. "dependencies": {
  6. "ev-emitter": "^1.0.0",
  7. "get-size": "^2.0.2",
  8. "fizzy-ui-utils": "^2.0.0"
  9. },
  10. "devDependencies": {
  11. "jquery-bridget": "2.x",
  12. "jquery": ">=1.4.3 <4",
  13. "qunit": "^1.17.0"
  14. },
  15. "ignore": [
  16. "test/",
  17. "docs/",
  18. "sandbox/",
  19. ".*",
  20. "notes.md",
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests",
  26. "package.json"
  27. ],
  28. "homepage": "https://github.com/metafizzy/outlayer",
  29. "authors": [
  30. "Metafizzy"
  31. ],
  32. "moduleType": [
  33. "amd",
  34. "globals",
  35. "node"
  36. ],
  37. "keywords": [
  38. "layout",
  39. "masonry",
  40. "isotope"
  41. ],
  42. "license": "MIT"
  43. }