.bower.json 806 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "jt.timepicker",
  3. "version": "1.11.14",
  4. "description": "A jQuery timepicker plugin inspired by Google Calendar.",
  5. "homepage": "http://jonthornton.github.com/jquery-timepicker",
  6. "main": [
  7. "./jquery.timepicker.js",
  8. "./jquery.timepicker.css"
  9. ],
  10. "dependencies": {
  11. "jquery": ">= 1.7"
  12. },
  13. "keywords": [
  14. "time",
  15. "picker",
  16. "google calendar"
  17. ],
  18. "author": {
  19. "name": "Jon Thornton",
  20. "web": "https://github.com/jonthornton"
  21. },
  22. "license": "http://opensource.org/licenses/MIT",
  23. "_release": "1.11.14",
  24. "_resolution": {
  25. "type": "version",
  26. "tag": "1.11.14",
  27. "commit": "b53338cc92270da3750d5c0cc6abe60fb27a0d89"
  28. },
  29. "_source": "https://github.com/jonthornton/jquery-timepicker.git",
  30. "_target": "*",
  31. "_originalSource": "jt.timepicker"
  32. }