UNPKG

githuburl

Version:

Parse a github repo url into an object of repo information and convert to several types of clone URL.

42 lines (41 loc) 787 B
{ "name": "githuburl", "version": "0.1.6", "description": "Parse a github repo url into an object of repo information and convert to several types of clone URL. ", "main": "index.js", "scripts": { "test": "make test" }, "keywords": [ "github", "url", "github-url", "repo", "object", "ssh", "git", "https", "user", "clone", "clone-url" ], "repository": { "type": "git", "url": "git@github.com:kaelzhang/node-githuburl.git" }, "engines": { "node": ">=0.8.0" }, "author": "kael", "license": "MIT", "bugs": { "url": "https://github.com/kaelzhang/node-githuburl/issues" }, "devDependencies": { "mocha": "^1.13.0", "chai": "^1.8.0" }, "dependencies": { "ssh-url": "^0.1.3" } }