LookAtMySuitBot/js/node_modules/git-up/package.json

36 lines
769 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"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"
}
}