{ "name": "parse-git-config", "description": "Parse `.git/config` into a JavaScript object. sync or async.", "version": "0.2.0", "homepage": "https://github.com/jonschlinkert/parse-git-config", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/parse-git-config.git" }, "bugs": { "url": "https://github.com/jonschlinkert/parse-git-config/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/parse-git-config/blob/master/LICENSE" }, "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "ini": "^1.3.3" }, "devDependencies": { "mocha": "*", "should": "*" }, "keywords": [ "config", "git" ] }