You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.2 KiB

  1. {
  2. "name": "eonasdan-bootstrap-datetimepicker",
  3. "version": "4.7.14",
  4. "main": [
  5. "build/css/bootstrap-datetimepicker.min.css",
  6. "build/js/bootstrap-datetimepicker.min.js",
  7. "src/less/_bootstrap-datetimepicker.less",
  8. "src/less/bootstrap-datetimepicker-build.less",
  9. "src/js/bootstrap-datetimepicker.js"
  10. ],
  11. "dependencies": {
  12. "jquery": ">=1.8.3",
  13. "moment": ">=2.8.0"
  14. },
  15. "homepage": "https://github.com/Eonasdan/bootstrap-datetimepicker",
  16. "authors": [
  17. "Eonasdan"
  18. ],
  19. "description": "bootstrap3 datetimepicker",
  20. "keywords": [
  21. "twitter-bootstrap",
  22. "bootstrap",
  23. "datepicker",
  24. "datetimepicker",
  25. "timepicker",
  26. "moment"
  27. ],
  28. "license": "MIT",
  29. "private": false,
  30. "ignore": [
  31. "**/.*",
  32. "node_modules",
  33. "bower_components",
  34. "test",
  35. "tests"
  36. ],
  37. "_release": "4.7.14",
  38. "_resolution": {
  39. "type": "version",
  40. "tag": "4.7.14",
  41. "commit": "d004434a5ff76e7b97c8b07c01f34ca69e635d97"
  42. },
  43. "_source": "git://github.com/Eonasdan/bootstrap-datetimepicker.git",
  44. "_target": "~4.7.14",
  45. "_originalSource": "eonasdan-bootstrap-datetimepicker",
  46. "_direct": true
  47. }