composer.json 1.0 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "seiyria/bootstrap-slider",
  3. "type": "library",
  4. "version": "10.6.2",
  5. "description": "A less buggy fork of the original bootstrap slider found on http://www.eyecon.ro/ by Stefan Petre. It was forked so we could update the slider since the original wasn't under version control.",
  6. "keywords": ["slider", "css", "bootstrap", "javascript"],
  7. "homepage": "https://github.com/seiyria/bootstrap-slider",
  8. "require": {},
  9. "license": "MIT",
  10. "authors": [
  11. {
  12. "name": "Kyle Kemp",
  13. "email": "kyle@seiyria.com",
  14. "homepage": "http://seiyria.com",
  15. "role": "Developer"
  16. },
  17. {
  18. "name": "Rohit Kalkur",
  19. "email": "rohit.kalkur@gmail.com",
  20. "homepage": "http://www.rovolutionary.com",
  21. "role": "Developer"
  22. },
  23. {
  24. "name": "Lucas Zardo",
  25. "email": "lucas@deliverymuch.com.br",
  26. "homepage": "https://deliverymuch.com.br",
  27. "role": "Packagist Editor"
  28. }
  29. ]
  30. }