bower.json 971 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "bootstrap3-dialog",
  3. "description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/",
  4. "version": "1.33.4",
  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.css",
  19. "dist/css/bootstrap-dialog.min.css",
  20. "dist/js/bootstrap-dialog.js",
  21. "dist/js/bootstrap-dialog.min.js"
  22. ],
  23. "ignore": [
  24. "source",
  25. "spec",
  26. ".bowerrc",
  27. ".gitignore",
  28. ".jshintignore",
  29. ".jshintrc",
  30. "bower.json",
  31. "gruntfile.js",
  32. "package.json",
  33. "README.md"
  34. ],
  35. "dependencies": {
  36. "bootstrap": "~3.1.1",
  37. "jquery": ">= 1.9.0"
  38. }
  39. }