I want to ask if it is possible (and generally a good idea) to use npm to handle front-end dependencies (Backbone, jQuery).
I have found that Backbone, jQuery and so
You might want to take a look at http://jspm.io/ which is a browser package manager. Has nice ES6 support too.