bower.json 444 B

1234567891011121314151617181920212223
  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. },
  10. "version": "7.x-0.1",
  11. "authors": [
  12. "Bachir Soussi Chiadmi <bachir@g-u-i.me>"
  13. ],
  14. "license": "MIT",
  15. "homepage": "jeune et engagés",
  16. "ignore": [
  17. "**/.*",
  18. "node_modules",
  19. "bower_components",
  20. "test",
  21. "tests"
  22. ]
  23. }