package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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"
  13. },
  14. "dependencies": {
  15. "bootstrap": "^3.3",
  16. "jquery": "^1.8.3 || ^2.0 || ^3.0",
  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": "latest",
  23. "grunt-contrib-connect": "^1.0.1",
  24. "grunt-contrib-jasmine": "^1.0.3",
  25. "grunt-contrib-jshint": "latest",
  26. "grunt-contrib-less": "latest",
  27. "grunt-contrib-uglify": "latest",
  28. "grunt-env": "^0.4.4",
  29. "grunt-jscs": "latest",
  30. "grunt-nuget": "^0.1.5",
  31. "grunt-string-replace": "latest",
  32. "load-grunt-tasks": "latest"
  33. },
  34. "homepage": "http://eonasdan.github.io/bootstrap-datetimepicker/",
  35. "keywords": [
  36. "twitter-bootstrap",
  37. "bootstrap",
  38. "datepicker",
  39. "datetimepicker",
  40. "timepicker",
  41. "moment"
  42. ],
  43. "license": "MIT",
  44. "main": "src/js/bootstrap-datetimepicker.js",
  45. "name": "eonasdan-bootstrap-datetimepicker",
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/eonasdan/bootstrap-datetimepicker.git"
  49. },
  50. "version": "4.17.47"
  51. }