bower.json 800 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "swiper",
  3. "repository": {
  4. "type": "git",
  5. "url": "https://github.com/nolimits4web/Swiper.git"
  6. },
  7. "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
  8. "version": "4.2.5",
  9. "author": "Vladimir Kharlampidi",
  10. "homepage": "http://www.idangero.us/swiper/",
  11. "keywords": ["swiper", "swipe", "slider", "touch", "ios", "mobile", "cordova", "phonegap", "app", "framework", "carousel", "gallery"],
  12. "dependencies": {
  13. },
  14. "scripts": [
  15. "dist/js/swiper.js"
  16. ],
  17. "main": [
  18. "dist/js/swiper.js",
  19. "dist/css/swiper.css"
  20. ],
  21. "styles": [
  22. "dist/css/swiper.css"
  23. ],
  24. "license": ["MIT"],
  25. "ignore": [
  26. ".*",
  27. "demos",
  28. "gulpfile",
  29. "build",
  30. "node_modules",
  31. "playground",
  32. "package.json"
  33. ]
  34. }