|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "parse-git-config",
|
|
|
|
|
"description": "Parse `.git/config` into a JavaScript object. sync or async.",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"homepage": "https://github.com/jonschlinkert/parse-git-config",
|
|
|
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
|
|
|
"contributors": [
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"extend-shallow": "^2.0.1",
|
|
|
|
|
"fs-exists-sync": "^0.1.0",
|
|
|
|
|
"git-config-path": "^1.0.0",
|
|
|
|
|
"git-config-path": "^1.0.1",
|
|
|
|
|
"ini": "^1.3.4"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|