36 lines
769 B
JSON
36 lines
769 B
JSON
|
{
|
||
|
"name": "git-up",
|
||
|
"version": "1.2.1",
|
||
|
"description": "A low level git url parser.",
|
||
|
"main": "lib/index.js",
|
||
|
"directories": {
|
||
|
"example": "example",
|
||
|
"test": "test"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/IonicaBizau/node-git-up.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"git",
|
||
|
"url",
|
||
|
"parser",
|
||
|
"parsing"
|
||
|
],
|
||
|
"author": "Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/IonicaBizau/node-git-up/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/IonicaBizau/node-git-up",
|
||
|
"dependencies": {
|
||
|
"is-ssh": "^1.0.0",
|
||
|
"parse-url": "^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"mocha": "^2.2.5"
|
||
|
}
|
||
|
}
|