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.

35 lines
878 B

  1. {
  2. "name": "bootstrap-datetimepicker",
  3. "main": "src/js/bootstrap-datetimepicker.js",
  4. "version": "4.7.14",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/eonasdan/bootstrap-datetimepicker.git"
  8. },
  9. "bugs": {
  10. "url": "https://github.com/eonasdan/bootstrap-datetimepicker/issues"
  11. },
  12. "keywords": [
  13. "twitter-bootstrap",
  14. "bootstrap",
  15. "datepicker",
  16. "datetimepicker",
  17. "timepicker",
  18. "moment"
  19. ],
  20. "dependencies": {
  21. "moment": "~2.8.2",
  22. "bootstrap": "^3.0",
  23. "jquery": "latest"
  24. },
  25. "devDependencies": {
  26. "grunt": "latest",
  27. "grunt-contrib-jasmine": "^0.7.0",
  28. "grunt-contrib-jshint": "latest",
  29. "grunt-contrib-less": "latest",
  30. "grunt-contrib-uglify": "latest",
  31. "grunt-jscs": "latest",
  32. "grunt-string-replace": "latest",
  33. "load-grunt-tasks": "latest"
  34. }
  35. }