package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "webticker",
  3. "version": "3.0.0",
  4. "description": "JQuery Web Ticker",
  5. "main": "gulpfile.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "gulp": "^3.9.1",
  9. "gulp-jshint": "^2.0.0",
  10. "gulp-notify": "^2.2.0",
  11. "gulp-rename": "^1.2.2",
  12. "gulp-uglify": "^1.5.2",
  13. "jshint": "^2.9.1"
  14. },
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/mazedigital/Web-Ticker.git"
  21. },
  22. "author": {
  23. "name": "Jonathan Mifsud",
  24. "email": "jon@maze.digital",
  25. "url": "http://maze.digital"
  26. },
  27. "license": "(GPL-3.0 or Commercial see license in license.md)",
  28. "bugs": {
  29. "url": "https://github.com/mazedigital/Web-Ticker/issues"
  30. },
  31. "homepage": "https://maze.digital/webticker/",
  32. "keywords": [
  33. "animation",
  34. "ecosystem",
  35. "ecosystem-jquery",
  36. "horizontal",
  37. "horizontal-scroll",
  38. "image",
  39. "image-scroll",
  40. "jquery",
  41. "jquery-plugin",
  42. "marquee",
  43. "news",
  44. "news-ticker",
  45. "plugin",
  46. "scroll",
  47. "ticker"
  48. ]
  49. }