package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "author": {
  3. "name": "Jonathan Peterson"
  4. },
  5. "bugs": {
  6. "url": "https://github.com/eonasdan/bootstrap-datetimepicker/issues"
  7. },
  8. "peerDependencies": {
  9. "bootstrap": "^3.3",
  10. "jquery": "^1.8.3 || ^2.0 || ^3.0",
  11. "moment": "^2.10",
  12. "moment-timezone": "^0.4.0 || ^0.5.0"
  13. },
  14. "dependencies": {
  15. "bootstrap": "^3.3",
  16. "jquery": "^3.5.1",
  17. "moment": "^2.10",
  18. "moment-timezone": "^0.4.0"
  19. },
  20. "description": "A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub",
  21. "devDependencies": {
  22. "grunt": "^1.3.0",
  23. "grunt-contrib-connect": "^1.0.1",
  24. "grunt-contrib-jasmine": "^2.2.0",
  25. "grunt-contrib-jshint": "latest",
  26. "grunt-contrib-less": "latest",
  27. "grunt-contrib-uglify": "latest",
  28. "grunt-env": "^1.0.1",
  29. "grunt-nuget": "^0.3.1",
  30. "grunt-string-replace": "latest",
  31. "load-grunt-tasks": "latest"
  32. },
  33. "homepage": "http://eonasdan.github.io/bootstrap-datetimepicker/",
  34. "keywords": [
  35. "twitter-bootstrap",
  36. "bootstrap",
  37. "datepicker",
  38. "datetimepicker",
  39. "timepicker",
  40. "moment"
  41. ],
  42. "license": "MIT",
  43. "main": "src/js/bootstrap-datetimepicker.js",
  44. "name": "eonasdan-bootstrap-datetimepicker",
  45. "repository": {
  46. "type": "git",
  47. "url": "https://github.com/eonasdan/bootstrap-datetimepicker.git"
  48. },
  49. "version": "4.17.49"
  50. }