{
  "name": "vue-gh-pages",
  "version": "1.19.1",
  "description": "Automated build tool to update and push vue-cli projects to gh-pages",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KieferSivitz/vue-gh-pages.git"
  },
  "keywords": [
    "vue",
    "gh-pages",
    "js",
    "npm",
    "node",
    "github",
    "pages",
    "cli",
    "vue-cli",
    "vue-gh-pages",
    "github-pages",
    "github pages"
  ],
  "author": "Kiefer Sivitz",
  "license": "MIT",
  "bin": {
    "vue-gh-pages": "./index.js"
  },
  "bugs": {
    "url": "https://github.com/KieferSivitz/vue-gh-pages/issues"
  },
  "homepage": "https://github.com/KieferSivitz/vue-gh-pages#readme",
  "dependencies": {
    "gh-pages": "^1.2.0",
    "ncp": "^2.0.0",
    "rimraf": "^2.6.1"
  },
  "devDependencies": {}
}
