npm install <alias>@github:username/project-name
//example
npm install my-uuid-tool@Github:cicada/uuid-generator
//use example
const uuid = require('my-uuid-tool');
git+https://github.com/username/your_repository.git
#or this flavor if you need SSH:
git+ssh://git@github.com/visionmedia/express.git