{
  "name": "npm-push",
  "version": "0.4.8",
  "description": "Push and Publish changes with bumped version to both Git and NPM.",
  "main": "index.cmd",
  "scripts": {
    "install": "node install",
    "test": "exit"
  },
  "preferGlobal": true,
  "bin": {
    "npm-push": "index.cmd"
  },
  "keywords": [
    "npm",
    "push"
  ],
  "author": "wolfram77@gmail.com",
  "license": "MIT",
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodef/npm-push.git"
  },
  "bugs": {
    "url": "https://github.com/nodef/npm-push/issues"
  },
  "homepage": "https://github.com/nodef/npm-push#readme"
}
