Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

50 строки
1.3 KiB

  1. {
  2. "name": "bootstrap-datepicker",
  3. "description": "A datepicker for Bootstrap",
  4. "version": "1.10.0",
  5. "license": "Apache-2.0",
  6. "keywords": [
  7. "datepicker",
  8. "bootstrap"
  9. ],
  10. "main": "./dist/js/bootstrap-datepicker.js",
  11. "files": [
  12. "build",
  13. "dist",
  14. "js/**/*.js",
  15. "less/*.less",
  16. "LICENSE"
  17. ],
  18. "homepage": "https://github.com/uxsolutions/bootstrap-datepicker",
  19. "author": "Andrew Rowls <eternicode@gmail.com>",
  20. "scripts": {
  21. "test": "grunt test",
  22. "screenshots": "node ./docs/screenshots.js"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/uxsolutions/bootstrap-datepicker.git"
  27. },
  28. "dependencies": {
  29. "jquery": ">=3.4.0 <4.0.0"
  30. },
  31. "devDependencies": {
  32. "grunt": "^1.0.4",
  33. "grunt-banner": "~0.6.0",
  34. "grunt-contrib-clean": "^1.0.0",
  35. "grunt-contrib-compress": "^1.5.0",
  36. "grunt-contrib-concat": "^1.0.1",
  37. "grunt-contrib-csslint": "^2.0.0",
  38. "grunt-contrib-cssmin": "^1.0.2",
  39. "grunt-contrib-jshint": "^1.1.0",
  40. "grunt-contrib-less": "^1.4.0",
  41. "grunt-contrib-qunit": "^1.2.0",
  42. "grunt-contrib-uglify": "^2.0.0",
  43. "grunt-jscs": "^3.0.1",
  44. "grunt-string-replace": "^1.3.1",
  45. "load-grunt-tasks": "^3.5.2",
  46. "puppeteer": "1.18.1",
  47. "time-grunt": "^1.4.0"
  48. }
  49. }