There are a couple of options:
- http://browserify.org/ which allows you to import modules
- RequireJS addresses the same problem
- One that seems to be in active development is JoinJS
Component might also be of interest, it does not manage dependencies per se but allows you to use chopped up versions of otherwise large libraries.