.bower.json 677 B

1234567891011121314151617181920212223
  1. {
  2. "name": "jqueryui-timepicker-addon",
  3. "version": "1.5.5",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"
  7. },
  8. "main": [
  9. "dist/jquery-ui-timepicker-addon.js",
  10. "dist/jquery-ui-timepicker-addon.css"
  11. ],
  12. "dependencies": {},
  13. "homepage": "https://github.com/trentrichardson/jQuery-Timepicker-Addon",
  14. "_release": "1.5.5",
  15. "_resolution": {
  16. "type": "version",
  17. "tag": "v1.5.5",
  18. "commit": "8498e17dc6c4b5aa21f3a2bbe8c20f3a461c3211"
  19. },
  20. "_source": "https://github.com/trentrichardson/jQuery-Timepicker-Addon.git",
  21. "_target": "1.5.*",
  22. "_originalSource": "jqueryui-timepicker-addon"
  23. }