$ npm install username/my-new-project --save-dev
$ npm install git+https://token:[email protected]/username/my-new-project.git#master $ npm install git+ssh://[email protected]/username/my-new-project.git#master
$ npm install git+ssh://[email protected]/username/my-new-project.git#master --save-dev
$ npm install git+https://username:[email protected]/username/my-new-project.git#master $ npm install git+ssh://[email protected]/username/my-new-project.git#master
$ npm install my-new-project --save-dev
dependencies: { "my-new-project":"git+https://token:[email protected]/username/my-new-project.git#master" }