bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "datetimepicker",
  3. "version": "2.5.11",
  4. "main": [
  5. "build/jquery.datetimepicker.full.min.js",
  6. "jquery.datetimepicker.css"
  7. ],
  8. "ignore": [
  9. "**/screen",
  10. "**/datetimepicker.jquery.json",
  11. "**/*.png",
  12. "**/*.txt",
  13. "**/*.md",
  14. "**/*.html",
  15. "**/*.tpl",
  16. "**/jquery.js",
  17. "bower_components",
  18. "node_modules"
  19. ],
  20. "keywords": [
  21. "calendar",
  22. "date",
  23. "time",
  24. "form",
  25. "datetime",
  26. "datepicker",
  27. "timepicker",
  28. "datetimepicker",
  29. "validation",
  30. "ui",
  31. "scroller",
  32. "picker",
  33. "i18n",
  34. "input",
  35. "jquery",
  36. "touch"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Chupurnov Valeriy",
  41. "email": "chupurnov@gmail.com",
  42. "homepage": "http://xdsoft.net/contacts.html"
  43. }
  44. ],
  45. "dependencies": {
  46. "jquery": ">= 1.7.2",
  47. "jquery-mousewheel": ">= 3.1.13",
  48. "php-date-formatter": ">= 1.3.3"
  49. },
  50. "license": "MIT",
  51. "homepage": "http://xdsoft.net/jqplugins/datetimepicker/",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com:xdan/datetimepicker.git"
  55. }
  56. }