bower.json Packages are defined by a manifest file bower.json. This is similar to
update $ bower update <name> [<name> ..] [<options>] Updates
link $ bower link $ bower link <name> [<local name>] The link functionality
search $ bower search $ bower search <name> Finds all packages or a specific
list $ bower list [<options>] List local packages and possible updates
uninstall $ bower uninstall <name> [<name> ..] [<options>] Uninstalls
lookup $ bower lookup <name> Look up a package URL by name
init $ bower init Interactively create a bower.json file
install $ bower install [<options>] $ bower install <endpoint> [<endpoint> ..] [<options>]
Pluggable resolvers allow you to use resolvers created by 3rd party JavaScript developers — including overriding default resolvers used by Bower.
Page 1 of 2