{
"name": "github-url-from-git",
"version": "1.1.1",
"description": "Parse a github git url and return the github repo url",
"main": "index.js",
"scripts": {
"test": "mocha test.js --reporter spec --require should"
},
"repository": "",
"keywords": [
"github",
"git",
"url",
"parser"
],
"author": "",
"license": "MIT",
"devDependencies": {
"better-assert": "~1.0.0",
"mocha": "~1.9.0",
"should": "~1.2.2"
}
}