bower.json 891 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "bootstrap3-dialog",
  3. "description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/",
  4. "version": "1.34.2",
  5. "keywords": [
  6. "css",
  7. "js",
  8. "less",
  9. "mobile-first",
  10. "responsive",
  11. "front-end",
  12. "framework",
  13. "web"
  14. ],
  15. "homepage": "http://nakupanda.github.io/bootstrap3-dialog/",
  16. "main": [
  17. "dist/less/bootstrap-dialog.less",
  18. "dist/css/bootstrap-dialog.min.css",
  19. "dist/js/bootstrap-dialog.min.js"
  20. ],
  21. "ignore": [
  22. "source",
  23. "spec",
  24. ".bowerrc",
  25. ".gitignore",
  26. ".jshintignore",
  27. ".jshintrc",
  28. "bower.json",
  29. "gruntfile.js",
  30. "package.json",
  31. "README.md"
  32. ],
  33. "dependencies": {
  34. "bootstrap": "~3.1.1",
  35. "jquery": ">= 1.9.0"
  36. }
  37. }