If you are ok with putting them in github then you can just add dependency
that points to a github tarball, for example
"dependencies": {
"foo": "https://github.com/USER/foo/tarball/TAG"
}
where TAG is a named git tag (version), a branch name, or a commit sha. I
would recommend using a named git tag (version) for best flexibility.
Once you have added something to package.json, you can install simply be
doing `npm install` and it will pull it down from github as a tarball just
as if it came from npm.
--
Job Board: http://jobs.nodejs.org/
Posting guidelines:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en