.bower.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "version": "2.1.1",
  44. "_release": "2.1.1",
  45. "_resolution": {
  46. "type": "version",
  47. "tag": "v2.1.1",
  48. "commit": "07ca54fd55ff232aec814768716a5d245a450c41"
  49. },
  50. "_source": "https://github.com/metafizzy/outlayer.git",
  51. "_target": "^2.1.0",
  52. "_originalSource": "outlayer"
  53. }