What is "bower"

Bower is a dependency manager specifically for front-end packages where you list the JS dependencies (jQuery, jQuery Highlight, Backbone, etc.) in a Bower.json file that sits within your project, and controls the installation/update of these packages per command line.