Package Exports
- git-remote-origin-url
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-remote-origin-url) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
git-remote-origin-url 
Get the remote origin url of a git repository
Install
$ npm install --save git-remote-origin-url
Usage
var originUrl = require('git-remote-origin-url');
originUrl('path/to/repository', function (err, url) {
console.log(url);
//=> git@github.com:sindresorhus/git-remote-origin-url.git
});
License
MIT © Sindre Sorhus