datetimepicker.jquery.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "datetimepicker",
  3. "version": "2.5.4",
  4. "title": "jQuery Date and Time picker",
  5. "description": "jQuery plugin for date, time, or datetime manipulation in form",
  6. "keywords": [
  7. "calendar",
  8. "date",
  9. "time",
  10. "form",
  11. "datetime",
  12. "datepicker",
  13. "timepicker",
  14. "datetimepicker",
  15. "validation",
  16. "ui",
  17. "scroller",
  18. "picker",
  19. "i18n",
  20. "input",
  21. "jquery",
  22. "touch"
  23. ],
  24. "author": {
  25. "name": "Chupurnov Valeriy",
  26. "email": "chupurnov@gmail.com",
  27. "url": "http://xdsoft.net/contacts.html"
  28. },
  29. "maintainers": [{
  30. "name": "Chupurnov Valeriy",
  31. "email": "chupurnov@gmail.com",
  32. "url": "http://xdsoft.net"
  33. }],
  34. "licenses": [
  35. {
  36. "type": "MIT",
  37. "url": "https://github.com/xdan/datetimepicker/blob/master/MIT-LICENSE.txt"
  38. }
  39. ],
  40. "bugs": "https://github.com/xdan/datetimepicker/issues",
  41. "homepage": "http://xdsoft.net/jqplugins/datetimepicker/",
  42. "docs": "http://xdsoft.net/jqplugins/datetimepicker/",
  43. "download": "https://github.com/xdan/datetimepicker/archive/master.zip",
  44. "dependencies": {
  45. "jquery": ">=1.7"
  46. }
  47. }