package.json
And publish them
{
"name" : "backbone",
"description" : "Give your JS App some Backbone.",
"url" : "http://backbonejs.org",
"keywords" : ["util", "server", "client", "browser"],
"author" : "Jeremy Ashkenas ",
"dependencies" : {
"underscore" : ">=1.3.1"
},
"main" : "backbone.js",
"version" : "0.9.2"
}
> npm publish