mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.3 KiB
33 lines
1.3 KiB
{
|
|
"name": "github-url-from-username-repo",
|
|
"version": "0.0.2",
|
|
"description": "Create urls from username/repo",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.13.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:robertkowalski/github-url-from-username-repo.git"
|
|
},
|
|
"author": {
|
|
"name": "Robert Kowalski",
|
|
"email": "rok@kowalski.gd"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/robertkowalski/github-url-from-username-repo/issues"
|
|
},
|
|
"keywords": [
|
|
"git",
|
|
"github",
|
|
"repo"
|
|
],
|
|
"readme": "[![Build Status](https://travis-ci.org/robertkowalski/github-url-from-username-repo.png?branch=master)](https://travis-ci.org/robertkowalski/github-url-from-username-repo)\n[![Dependency Status](https://gemnasium.com/robertkowalski/github-url-from-username-repo.png)](https://gemnasium.com/robertkowalski/github-url-from-username-repo)\n\n\n# github-url-from-username-repo\n\n## Usage\n\n```javascript\n\nvar getUrl = require(\"github-url-from-username-repo\")\ngetUrl(\"visionmedia/express\") // git://github.com/visionmedia/express\n\n```",
|
|
"readmeFilename": "README.md",
|
|
"_id": "github-url-from-username-repo@0.0.2",
|
|
"_from": "github-url-from-username-repo@"
|
|
}
|
|
|