"Bower is a package manager for the web".
Bower functions by downloading components that your project depends on. These dependencies are defined in a bower.json
file. Each dependency is either:
- a name that maps to a package registered with Bower, e.g, jquery
- a remote Git endpoint, e.g., git://github.com/someone/some-package.git. Can be public or private
- a local Git endpoint, i.e., a folder that's a Git repository