{ "name": "gh-pages", "version": "1.2.0", "description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)", "keywords": [ "git", "gh-pages", "github" ], "author": { "name": "Tim Schaub", "url": "http://tschaub.net/" }, "license": "MIT", "homepage": "https://github.com/tschaub/gh-pages", "repository": { "type": "git", "url": "git://github.com/tschaub/gh-pages.git" }, "bugs": { "url": "https://github.com/tschaub/gh-pages/issues" }, "main": "lib/index.js", "scripts": { "lint": "eslint lib test bin plugin.js", "pretest": "npm run lint", "test": "mocha --recursive test" }, "engines": { "node": ">=4" }, "dependencies": { "async": "2.6.1", "commander": "2.15.1", "filenamify-url": "^1.0.0", "fs-extra": "^5.0.0", "globby": "^6.1.0", "graceful-fs": "4.1.11", "rimraf": "^2.6.2" }, "devDependencies": { "chai": "^4.1.2", "dir-compare": "^1.4.0", "eslint": "^4.19.1", "eslint-config-tschaub": "^10.0.0", "mocha": "^5.0.5", "sinon": "^5.0.1", "tmp": "0.0.33" }, "bin": { "gh-pages": "bin/gh-pages.js", "gh-pages-clean": "bin/gh-pages-clean.js" }, "eslintConfig": { "extends": "tschaub" } }