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.

37 lines
858 B

  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. }