extract-github
Version:
Extract the Github project / repository URL from a given object
34 lines (33 loc) • 739 B
JSON
{
"name": "extract-github",
"version": "1.0.0",
"description": "Extract the Github project / repository URL from a given object",
"main": "index.js",
"scripts": {
"test": "mocha $(find test -name '*.test.js')"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/extract-github"
},
"keywords": [
"extract",
"github",
"url",
"repository",
"project",
"username",
"repo"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/extract-github/issues"
},
"homepage": "https://github.com/3rd-Eden/extract-github",
"devDependencies": {
"assume": "1.3.x",
"mocha": "2.3.x",
"pre-commit": "1.1.x"
}
}