EVOLUTION-MANAGER
Edit File: bower.json
{ "name": "bootstrap3-dialog", "description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/", "version": "1.34.5", "keywords": [ "css", "js", "less", "mobile-first", "responsive", "front-end", "framework", "web" ], "homepage": "http://nakupanda.github.io/bootstrap3-dialog/", "main": [ "dist/less/bootstrap-dialog.less", "dist/css/bootstrap-dialog.min.css", "dist/js/bootstrap-dialog.min.js" ], "ignore": [ "source", "spec", ".bowerrc", ".gitignore", ".jshintignore", ".jshintrc", "bower.json", "gruntfile.js", "package.json", "README.md" ], "dependencies": { "bootstrap": ">= 3.1.0", "jquery": ">= 1.9.0" } }