Bower is another package manager. [Here's](http://bower.io/#defining-a-package) how to make it work. It seems that basically duplicating the information from package.json is [the way to go](http://stackoverflow.com/questions/16488329/defining-package-information-in-component-json-and-package-json).
Bower is another package manager. Here's how to make it work. It seems that basically duplicating the information from package.json is the way to go.