Lets say that I want to use a hypothetical library called load.js
.
Can this library ever exist in both NPM and Bower? If so, how do I know which I should be grabbing the library from (is this just something that needs to be documented?)?
Now, lets assume that a library can exist in both NPM and Bower. Is there documentation on how dependency resolution is done across NPM and Bower? For example, what if the bower.json wants version 2 but the package.json wants version 5?
Thanks for any help this would really clarify a lot.