webticker.jquery.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "webticker",
  3. "title": "jQuery WebTicker",
  4. "description": "jQuery plugin to create horizontal scrolling tickers, supports both left and right scrolling as well as variable speeds. Pauses on hover and many other features. Version 3 adds support for a separate commercial license and improved documentation.",
  5. "keywords": [
  6. "ticker",
  7. "marquee",
  8. "scroll",
  9. "link-list",
  10. "news-ticker",
  11. "animation"
  12. ],
  13. "version": "3.0.0",
  14. "author": {
  15. "name": "Jonathan Mifsud",
  16. "email": "jon@maze.digital",
  17. "url": "http://maze.digital"
  18. },
  19. "maintainers": [
  20. {
  21. "name": "Jonathan Mifsud",
  22. "email": "jon@maze.digital",
  23. "url": "http://maze.digital"
  24. }
  25. ],
  26. "licenses": [
  27. {
  28. "type": "GNU General Public License v3 (GPLv3)",
  29. "url": "https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)#summary"
  30. },
  31. {
  32. "type": "Commercial License",
  33. "url": "https://maze.digital/webticker/license/"
  34. }
  35. ],
  36. "bugs": "https://github.com/mazedigital/Web-Ticker/issues",
  37. "homepage": "https://maze.digital/webticker/",
  38. "docs": "https://maze.digital/webticker/",
  39. "download": "https://maze.digital/webticker/",
  40. "dependencies": {
  41. "jquery": ">=1.7"
  42. }
  43. }