{
  "name": "gitjk",
  "version": "0.1.14",
  "description": "undo or explain how to undo last git command",
  "keywords": [
    "git",
    "undo",
    "oops"
  ],
  "author": "mapmeld",
  "repository": {
    "type": "git",
    "url": "https://github.com/mapmeld/gitjk.git"
  },
  "dependencies": {
    "commander": "~2.15.0",
    "git-config": "0.0.7"
  },
  "devDependencies": {
    "should": ">= 0.0.1",
    "mocha": "~5.2.0",
    "chai": "~4.1.2"
  },
  "preferGlobal": "true",
  "bin": {
    "gitjk_cmd": "index.js",
    "git-jk": "index.js"
  },
  "scripts": {
    "test": "mocha"
  },
  "license": "GPL-3.0+",
  "engines": {
    "node": ">= 0.6.x"
  },
  "files": [
    "index.js"
  ]
}
