UNPKG

list-git-remotes

Version:

List the remotes for a local git repository. Sync and async.

59 lines (58 loc) 1.16 kB
{ "name": "list-git-remotes", "description": "List the remotes for a local git repository. Sync and async.", "version": "1.0.1", "homepage": "https://github.com/jonschlinkert/list-git-remotes", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/list-git-remotes", "bugs": { "url": "https://github.com/jonschlinkert/list-git-remotes/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.12.0" }, "scripts": { "test": "mocha" }, "dependencies": { "extend-shallow": "^2.0.1" }, "devDependencies": { "gfc": "^1.0.0", "gulp-format-md": "^0.1.12", "mkdirp": "^0.5.1", "mocha": "^3.2.0", "rimraf": "^2.6.1" }, "keywords": [ "git", "list", "remotes" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "git-branch", "git-user-email", "git-user-name", "git-username" ] }, "lint": { "reflinks": true } } }