bower.json 471 B

123456789101112131415161718192021222324
  1. {
  2. "name": "esadhar",
  3. "dependencies": {
  4. "foundation": "~5.5.0",
  5. "jquery.transit": "~0.9.12",
  6. "jquery.pep": "~0.6.3",
  7. "Peppermint": "~1.3.7",
  8. "vimeo-jquery-api": "~0.9.3",
  9. "detectizr": "~2.0.0"
  10. },
  11. "version": "7.x-0.1",
  12. "authors": [
  13. "Bachir Soussi Chiadmi <bachir@g-u-i.me>"
  14. ],
  15. "license": "MIT",
  16. "homepage": "jeune et engagés",
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests"
  23. ]
  24. }