slick.jquery.json 964 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "slick",
  3. "title": "slick",
  4. "description": "A jQuery responsive touch carousel",
  5. "keywords": [
  6. "responsive",
  7. "slider",
  8. "carousel",
  9. "touch",
  10. "mobile"
  11. ],
  12. "version": "1.8.0",
  13. "author": {
  14. "name": "Ken Wheeler",
  15. "url": "http://kenwheeler.github.io"
  16. },
  17. "maintainers": [{
  18. "name": "Ken Wheeler",
  19. "email": "dubmediagroup@gmail.com",
  20. "url": "http://www.dubmediagroup.com"
  21. }],
  22. "licenses": [{
  23. "type": "MIT",
  24. "url": "https://github.com/kenwheeler/slick/blob/master/LICENSE"
  25. }],
  26. "demo": "http://kenwheeler.github.io/slick/",
  27. "bugs": "https://github.com/kenwheeler/slick/issues",
  28. "homepage": "https://github.com/kenwheeler/slick/",
  29. "docs": "https://github.com/kenwheeler/slick/",
  30. "download": "https://github.com/kenwheeler/slick/archive/master.zip",
  31. "dependencies": {
  32. "jquery": ">=1.7"
  33. }
  34. }