bower.json 470 B

1234567891011121314151617181920212223
  1. {
  2. "name": "materiobasetheme",
  3. "version": "1.0.0",
  4. "authors": [
  5. "sarah garcin <sarah@g-u-i.me>"
  6. ],
  7. "license": "MIT",
  8. "homepage": "http://materio.com",
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "bower_components",
  13. "test",
  14. "tests"
  15. ],
  16. "dependencies": {
  17. "foundation": "~5.5.1",
  18. "history.js": "~1.8.0",
  19. "jquery.columnizer": "~1.6.2",
  20. "jquery.hotkeys": "jeresig/jquery.hotkeys#~0.2.0",
  21. "jquery.lazyload": "~1.9.5"
  22. }
  23. }