{
  "name": "git-pages",
  "description": "Run your own github-like static pages",
  "main": "index.js",
  "version": "0.8.1",
  "bugs": {
    "url": "https://github.com/kensho/git-pages/issues"
  },
  "bin": {
    "git-pages": "./bin/git-pages.js"
  },
  "preferGlobal": true,
  "files": [
    "index.js",
    "git-pages.config.js",
    "bin",
    "images",
    "app",
    "src/**/*.js",
    "!src/**/*-spec.js",
    "Procfile"
  ],
  "homepage": "https://github.com/kensho/git-pages",
  "scripts": {
    "unit": "mocha --compilers js:babel-register src/**/*-spec.js",
    "test": "npm run unit",
    "start": "node bin/git-pages.js",
    "watch": "nodemon bin/git-pages.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "issues": "git-issues",
    "format": "standard-format -w index.js src/**/*.js",
    "lint": "standard --verbose index.js src/**/*.js",
    "pretest": "npm run format && npm run lint",
    "commit": "commit-wizard",
    "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
  },
  "author": "Martin Camacho <martin@mcamac.com>",
  "contributors": [
    "Gleb Bahmutov <gleb.bahmutov@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "chdir-promise": "0.2.1",
    "check-more-types": "2.12.1",
    "express": "4.13.3",
    "ggit": "1.1.4",
    "gift": "0.6.1",
    "gitlog": "2.1.1",
    "jade": "1.11.0",
    "lazy-ass": "1.4.0",
    "marked": "0.3.5",
    "morgan": "1.6.1",
    "ncp": "2.0.0",
    "ng-alertify": "0.9.0",
    "ng-http-estimate": "0.6.0",
    "nopt": "3.0.4",
    "promised-exec": "1.0.1",
    "q": "2.0.3",
    "quote": "0.4.0",
    "ramda": "0.17.1",
    "update-notifier": "0.5.0"
  },
  "devDependencies": {
    "babel-preset-es2015": "6.6.0",
    "babel-register": "6.7.2",
    "git-issues": "1.2.0",
    "mocha": "2.3.3",
    "mocha-traceur": "2.1.0",
    "nodemon": "1.7.0",
    "pre-git": "3.7.1",
    "semantic-release": "^4.3.5",
    "standard": "6.0.8",
    "standard-format": "2.1.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kensho/git-pages.git"
  },
  "config": {
    "pre-git": {
      "commit-msg": "simple",
      "pre-commit": [
        "npm test"
      ],
      "pre-push": [
        "npm run size"
      ],
      "post-commit": [],
      "post-merge": []
    }
  }
}