I want to put my one of my own repositories as a dependency to a project I am working on. Right now I am using NPM link to do that. Also, I'd like it to prompt me for my username and password instead of putting that kind of data in my repository when I use npm install. How do I do that? It doesn't do that now.I want to put my one of my own repositories as