bower.json 491 B

12345678910111213141516171819202122232425
  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": "~5.5.3",
  20. "imagesloaded": "^4.1.0"
  21. },
  22. "devDependencies": {
  23. "masonry": "~3.3.2"
  24. }
  25. }