UNPKG

repo-url

Version:

Get a npm package's repo url, with convenient cli.

37 lines (36 loc) 741 B
{ "name": "repo-url", "description": "Get a npm package's repo url, with convenient cli.", "version": "1.0.1", "repository": { "type": "git", "url": "git://github.com/juliangruber/repo-url.git" }, "homepage": "https://github.com/juliangruber/repo-url", "main": "index.js", "bin": { "repo-url": "./bin/repo-url.js" }, "scripts": { "test": "tape test/*.js" }, "dependencies": { "silent-npm-registry-client": "3.0.0" }, "devDependencies": { "tape": "*" }, "keywords": [ "repo", "source control", "git", "github", "cli" ], "author": { "name": "Julian Gruber", "email": "mail@juliangruber.com", "url": "http://juliangruber.com" }, "license": "MIT" }