We are using GitLab for our private project. There are some forked libraries from github, that we want to install as npm module. Installing that module directly from npm is
Instead of git://, use git+ssh:// and npm should do the right thing.
git://
git+ssh://