{
  "name": "git-dirty",
  "description": "Ensures the working directory is clean and that there are no unpulled changes",
  "homepage": "https://github.com/Kikobeats/git-dirty",
  "version": "1.0.2",
  "bin": {
    "git-dirty": "dirty.sh"
  },
  "author": {
    "name": "Kiko Beats",
    "email": "josefrancisco.verdu@gmail.com",
    "url": "https://github.com/Kikobeats"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kikobeats/git-dirty.git"
  },
  "bugs": {
    "url": "https://github.com/Kikobeats/git-dirty/issues"
  },
  "keywords": [
    "check",
    "cli",
    "dirty",
    "git"
  ],
  "files": [
    "dirty.sh"
  ],
  "license": "MIT"
}
