.bower.json 811 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "jquery.columnizer",
  3. "version": "1.6.2",
  4. "description": "Automatically layout your content in newspaper column format. Specify column width or a static number of columns.",
  5. "main": "src/jquery.columnizer.js",
  6. "author": "Adam Wulf",
  7. "ignore": [
  8. "samples",
  9. "tools",
  10. "src/jquery.js",
  11. "compress.sh"
  12. ],
  13. "dependencies": {
  14. "jquery": ">= 1.10.0"
  15. },
  16. "keywords": [
  17. "jquery, layout, column"
  18. ],
  19. "homepage": "https://github.com/adamwulf/Columnizer-jQuery-Plugin",
  20. "_release": "1.6.2",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "1.6.2",
  24. "commit": "0416e343e09ddaa8e91ab81ab9fd6a7e9383d82a"
  25. },
  26. "_source": "git://github.com/adamwulf/Columnizer-jQuery-Plugin.git",
  27. "_target": "~1.6.2",
  28. "_originalSource": "jquery.columnizer",
  29. "_direct": true
  30. }