I was reading a document about npm Developer Guide.
I was wondering if it is possible to write a web client application using javascript/css/html
by using npm?
If yes, are there some example on github?
For example my client web application depends on requirejs, jquery, underscore and backbone.
Can I use npm to automatically download, in the vendor directory, the latest version of requirejs, jquery, underscore and backbone ?
If not, are there other tools/methods to accomplish this goal?