.bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "bootstrap-timepicker",
  3. "description": "A timepicker component for Twitter Bootstrap",
  4. "version": "0.5.2",
  5. "main": "js/bootstrap-timepicker.js",
  6. "license": "MIT",
  7. "ignore": [
  8. "**/.*",
  9. "_layouts",
  10. "node_modules",
  11. "_config.yml",
  12. "assets",
  13. "spec",
  14. "index.html",
  15. "Gruntfile.js",
  16. "package.json",
  17. "composer.json"
  18. ],
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/jdewit/bootstrap-timepicker"
  22. },
  23. "dependencies": {
  24. "bootstrap": "^3.0",
  25. "jquery": "^2.0"
  26. },
  27. "devDependencies": {
  28. "autotype": "https://raw.github.com/mmonteleone/jquery.autotype/master/jquery.autotype.js"
  29. },
  30. "keywords": [
  31. "widget",
  32. "timepicker",
  33. "time"
  34. ],
  35. "homepage": "https://github.com/jdewit/bootstrap-timepicker",
  36. "_release": "0.5.2",
  37. "_resolution": {
  38. "type": "version",
  39. "tag": "v0.5.2",
  40. "commit": "5ac75ccbe2f53a7357fd97ca9afdebe014b4c027"
  41. },
  42. "_source": "https://github.com/jdewit/bootstrap-timepicker.git",
  43. "_target": "^0.5.2",
  44. "_originalSource": "bootstrap-timepicker"
  45. }