jt.timepicker.jquery.json 799 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "jt.timepicker",
  3. "version": "1.6.0",
  4. "title": "jquery-timepicker",
  5. "description": "A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.",
  6. "author": {
  7. "name": "Jon Thornton",
  8. "email": "thornton.jon@gmail.com",
  9. "url": "https://github.com/jonthornton"
  10. },
  11. "licenses": [
  12. {
  13. "type": "MIT",
  14. "url": "MIT-LICENSE.txt"
  15. }
  16. ],
  17. "dependencies": {
  18. "jquery": ">=1.7"
  19. },
  20. "keywords": [ "timepicker", "time", "picker", "ui", "calendar", "input", "form" ],
  21. "homepage": "http://jonthornton.github.com/jquery-timepicker/",
  22. "bugs": {
  23. "url": "https://github.com/jonthornton/jquery-timepicker/issues"
  24. },
  25. "docs": "https://github.com/jonthornton/jquery-timepicker",
  26. "download": "https://github.com/jonthornton/jquery-timepicker"
  27. }