bower.json 461 B

123456789101112131415161718192021222324
  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. },
  21. "devDependencies": {
  22. "masonry": "~3.3.2"
  23. }
  24. }