{ "name": "parse-git-config", "description": "Parse .git/config into a JavaScript object.", "version": "0.1.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", "look-up": "^0.6.0" }, "devDependencies": { "mocha": "*", "should": "*" }, "keywords": [] }