{
  "name": "git-rev-sync",
  "version": "3.0.2",
  "author": "kurttheviking",
  "bugs": {
    "url": "https://github.com/kurttheviking/git-rev-sync-js/issues"
  },
  "contributors": [
    {
      "name": "Kurt Ericson",
      "email": "github@kurttheviking.com",
      "url": "https://github.com/kurttheviking"
    },
    {
      "name": "Jason Denizac",
      "email": "jason@denizac.org",
      "url": "http://jden.us"
    },
    {
      "name": "Thomas Blobaum",
      "email": "tblobaum@gmail.com",
      "url": "https://github.com/tblobaum"
    },
    {
      "name": "Henrik Raitasola",
      "url": "https://github.com/henrikra"
    },
    {
      "name": "Jan Nicklas",
      "url": "https://github.com/jantimon"
    },
    {
      "name": "Hendrik Reker",
      "email": "reker.opensource@gmail.com",
      "url": "https://github.com/reker-"
    },
    {
      "name": "Kevin Yanuk",
      "url": "https://github.com/fugwenna"
    },
    {
      "name": "Lorenz Gardner",
      "url": "https://github.com/LorenzGardner"
    },
    {
      "name": "Colton Clemmer",
      "url": "https://github.com/orbweaver-"
    },
    {
      "name": "Tiberiu Zuld",
      "url": "https://github.com/tiberiuzuld"
    }
  ],
  "description": "Synchronously get the current git commit hash, tag, or branch",
  "homepage": "https://github.com/kurttheviking/git-rev-sync-js",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "examples": "node examples/simple",
    "examples-extended": "node examples/extended",
    "test": "node tests/index"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:kurttheviking/git-rev-sync-js.git"
  },
  "dependencies": {
    "escape-string-regexp": "1.0.5",
    "graceful-fs": "4.1.15",
    "shelljs": "0.8.5"
  },
  "devDependencies": {}
}
