{
  "name": "git-directory-deploy",
  "description": "Deploy a git directory to a branch.",
  "version": "1.5.1",
  "author": "Luke Karrys",
  "bin": {
    "git-directory-deploy": "index.js"
  },
  "bugs": {
    "url": "https://github.com/lukekarrys/git-directory-deploy/issues"
  },
  "dependencies": {
    "lodash": "^4.14.2",
    "minimist": "^1.1.0"
  },
  "devDependencies": {
    "git-validate": "^2.1.4",
    "standard": "^7.1.2",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  },
  "homepage": "https://github.com/lukekarrys/git-directory-deploy",
  "keywords": [
    "deploy",
    "git",
    "github",
    "pages"
  ],
  "license": "MIT",
  "main": "index.js",
  "pre-commit": [
    "test",
    "lint",
    "validate"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lukekarrys/git-directory-deploy"
  },
  "scripts": {
    "lint": "standard",
    "test": "tape test/*.js | tap-spec",
    "validate": "npm ls >/dev/null"
  }
}
