jquery-ui-timepicker-addon.json 763 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "jquery-ui-timepicker-addon",
  3. "title": "jQuery Timepicker Addon",
  4. "description": "A timepicker addon for jQueryUI datepicker.",
  5. "version": "1.5.5",
  6. "modified": "2015-05-24",
  7. "homepage": "http://trentrichardson.com/examples/timepicker",
  8. "author": {
  9. "name": "Trent Richardson",
  10. "email": "trentdrichardson@gmail.com",
  11. "url": "http://trentrichardson.com"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"
  16. },
  17. "bugs": "https://github.com/trentrichardson/jQuery-Timepicker-Addon/issues",
  18. "licenses": [
  19. {
  20. "type": "MIT",
  21. "url": "http://trentrichardson.com/examples/jQuery-Timepicker-Addon/blob/master/LICENSE-MIT"
  22. }
  23. ],
  24. "dependencies": {
  25. "jquery": "*"
  26. },
  27. "keywords": []
  28. }