{
  "name": "git-user-info",
  "version": "1.0.1",
  "description": "Get the user info for the current user from git config, at the project or global scope",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "coverage": "istanbul cover tape -- test/**/*.test.js",
    "pretest": "npm run lint",
    "prepublish": "in-publish && npm prune && npm test || not-in-publish",
    "test": "tape test/**/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rexxars/git-user-info.git"
  },
  "keywords": [
    "git",
    "gitconfig",
    "user",
    "user-info"
  ],
  "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rexxars/git-user-info/issues"
  },
  "homepage": "https://github.com/rexxars/git-user-info",
  "dependencies": {
    "extend-shallow": "^2.0.1",
    "git-config-path": "^1.0.1",
    "in-publish": "^2.0.0",
    "parse-git-config": "^1.1.1"
  },
  "devDependencies": {
    "eslint": "^3.15.0",
    "eslint-config-vaffel": "^5.0.0",
    "istanbul": "^0.4.5",
    "tape": "^4.0.0"
  }
}
