A package manager for the web

Bower

http://bower.io

 BOWER

Bower is an unopinionated, generic package manager for the web that aims to help with front-end package management.

Bower works over git; its packages can be made up of any type of asset (HTML / CSS / JS) and use any type of
transport (CJS / AMD / ES6 modules).

It’s currently used by Bootstrap, Normalize,  AngularJS, and many other open-source projects.

bower.json 

.bowerrc

Other allowed properties can be found here.

$ bower search <package>
$ bower install <package>[#tag] --save

grunt build insertion


useful links

Bower

By Matthew Crutchfield