{
  "name": "quick-git-cli",
  "version": "1.0.8",
  "description": "A cli for to make Git Push a little bit easier.",
  "main": "index.js",
  "bin": {
	"quick-git": "./index.js"
},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "CLI",
    "GIT",
    "AUTOMATION"
  ],
  "author": "Brendan Mulhern",
  "license": "ISC"
}
