Is there a dependency management tool/library for JavaScript?
PHP has Composer and Packagist.
Ruby on Rails has Bundler.
What is available for JavaScript?
Is there a dependency management tool/library for JavaScript?
PHP has Composer and Packagist.
Ruby on Rails has Bundler.
What is available for JavaScript?
Have a look at Bower.
You can specify a components.json file which contains all the dependencies for your project.