bower.json 915 B

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