bower.json 517 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "grav-theme-labonneadresse",
  3. "description": "A theme for Grav using the Zurb Foundation front-end framework.",
  4. "main": "gulpfile.js",
  5. "authors": [
  6. "Bachir Soussi Chiadmi"
  7. ],
  8. "license": "MIT",
  9. "moduleType": [],
  10. "homepage": "",
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "test",
  16. "tests"
  17. ],
  18. "dependencies": {
  19. "foundation": "latest",
  20. "imagesloaded": "latest",
  21. "masonry": "latest",
  22. "isotope": "latest"
  23. },
  24. "devDependencies": {
  25. }
  26. }