composer.json 343 B

123456789101112131415
  1. {
  2. "name": "cross-solution/bootstrap3-dialog",
  3. "description": "Make use of Bootstrap Modal more monkey-friendly.",
  4. "license": "MIT",
  5. "authors": [
  6. {
  7. "name": "Nakupanda",
  8. "email": "javanoob@hotmail.com"
  9. }
  10. ],
  11. "require": {
  12. "components/jquery": "*",
  13. "twbs/bootstrap": "3.*",
  14. }
  15. }