composer.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "eternicode/bootstrap-datepicker",
  3. "description": "A datepicker for Bootstrap",
  4. "license": "Apache-2.0",
  5. "keywords": [
  6. "bootstrap",
  7. "datepicker"
  8. ],
  9. "authors": [
  10. {
  11. "name": "Andrew Rowls",
  12. "email": "eternicode@gmail.com"
  13. },
  14. {
  15. "name": "Community",
  16. "homepage": "https://github.com/uxsolutions/bootstrap-datepicker/contributors"
  17. }
  18. ],
  19. "type": "component",
  20. "require": {
  21. "robloach/component-installer": "*",
  22. "components/bootstrap" : ">=2.0, <4.0",
  23. "components/jquery": ">=1.7.1, <4.0.0"
  24. },
  25. "extra": {
  26. "component": {
  27. "scripts": [
  28. "js/bootstrap-datepicker.js"
  29. ],
  30. "styles": [
  31. "dist/css/bootstrap-datepicker.css",
  32. "dist/css/bootstrap-datepicker3.css"
  33. ],
  34. "files": [
  35. "js/locales/bootstrap-datepicker.*.js"
  36. ]
  37. }
  38. }
  39. }