bower

Package manager for web projects with dependency resolution.

brewmacoslinux
Try with needOr install directly
Source

About

Package manager for the web

Commands

bower

Examples

install a package and save it to project dependencies$ bower install jquery --save
download all project dependencies from bower.json file$ bower install
search for available packages by name$ bower search angular
show installed package version and dependencies$ bower list
remove a package from your project$ bower uninstall bootstrap --save