ghpages
Version:
A command-line tool to easily deploy your current working branch to GitHub Pages.
30 lines (29 loc) • 662 B
JSON
{
"name": "ghpages",
"version": "0.0.10",
"description": "A command-line tool to easily deploy your current working branch to GitHub Pages.",
"bin": "cli.js",
"repository": "cvan/ghpages",
"author": "Chris Van",
"license": "MIT",
"dependencies": {
"gh-pages": "^0.11.0",
"gitconfiglocal": "^1.0.0",
"meow": "^3.6.0",
"object-assign": "^4.0.1",
"opn": "^3.0.3",
"parse-github-url": "^0.2.1"
},
"scripts": {
"release": "npm version patch --minor && npm publish && git push --follow-tags"
},
"keywords": [
"ghpages",
"gh-pages",
"github-pages",
"github",
"deploy",
"push",
"cli"
]
}