zebra-datepicker.jquery.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "zebra-datepicker",
  3. "title": "Zebra_Datepicker",
  4. "description": "A super-lightweight, highly configurable, cross-browser date picker jQuery plugin",
  5. "keywords": [
  6. "calendar",
  7. "date",
  8. "datepicker",
  9. "form",
  10. "iso-8601",
  11. "ui"
  12. ],
  13. "version": "1.8.5",
  14. "author": {
  15. "name": "Stefan Gabos",
  16. "url": "http://stefangabos.ro/"
  17. },
  18. "maintainers": [
  19. {
  20. "name": "Stefan Gabos",
  21. "url": "http://stefangabos.ro/"
  22. }
  23. ],
  24. "licenses": [
  25. {
  26. "type": "LGPL",
  27. "url": "https://github.com/stefangabos/Zebra_Datepicker/blob/master/license.txt"
  28. }
  29. ],
  30. "bugs": "http://stefangabos.ro/jquery/zebra-datepicker/#how-to-use",
  31. "homepage": "http://stefangabos.ro/jquery/zebra-datepicker/",
  32. "docs": "http://stefangabos.ro/jquery/zebra-datepicker/#how-to-use",
  33. "download": "http://stefangabos.ro/jquery/zebra-datepicker/#download",
  34. "dependencies": {
  35. "jquery": ">=1.5.2"
  36. }
  37. }