bower.json 486 B

12345678910111213141516171819
  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. }