composer.json 886 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "nolimits4web/swiper",
  3. "license": [
  4. "MIT"
  5. ],
  6. "extra": {},
  7. "authors": [
  8. {
  9. "homepage": "https://idangero.us",
  10. "role": "Developer",
  11. "name": "Vladimir Kharalmpidi",
  12. "email": "nolimits4web@gmail.com"
  13. }
  14. ],
  15. "keywords": [
  16. "swiper",
  17. "swipe",
  18. "slider",
  19. "touch",
  20. "ios",
  21. "mobile",
  22. "cordova",
  23. "phonegap",
  24. "app",
  25. "framework",
  26. "framework7",
  27. "carousel",
  28. "gallery",
  29. "plugin"
  30. ],
  31. "support": {
  32. "issues": "https://github.com/nolimits4web/swiper/issues",
  33. "source": "https://github.com/nolimits4web/swiper.git",
  34. "docs": "http://idangero.us/swiper/api/"
  35. },
  36. "homepage": "http://www.idangero.us/swiper/",
  37. "description": "Most modern mobile touch slider and framework with hardware accelerated transitions"
  38. }