{
  "name": "probo",
  "version": "4.5.0",
  "description": "The main repository for the probo project.",
  "homepage": "http://probo.ci",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ProboCI/probo.git"
  },
  "scripts": {
    "coverage": "./node_modules/.bin/istanbul cover -- ./node_modules/.bin/_mocha --recursive",
    "precommit": "lint-staged",
    "standards": "./node_modules/.bin/eslint lib cli-subcommands test",
    "test": "mocha --recursive",
    "test:watch": "mocha -w --recursive"
  },
  "lint-staged": {
    "lib/*.js": [
      "./node_modules/.bin/eslint lib cli-subcommands test --fix",
      "git add"
    ]
  },
  "contributors": [
    "Howard Tyson <howard@howardtyson.com> (http://howardtyson.com)",
    "Ilya Braude <ilya@ilyabraude.com> (http://www.ilyabraude.com/)",
    "Laurence Liss <laurence@probo.ci> (https://www.laurenceliss.com)",
    "James Cole <mail@ofjamescole.com> (https://ofjamescole.com)"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "JSONStream": "^1.0.4",
    "async": "^0.9.2",
    "biguint-format": "^1.0.0",
    "bl": "^0.9.4",
    "bluebird": "^2.9.34",
    "bunyan": "^1.3.4",
    "bytes": "^2.1.0",
    "co": "^4.6.0",
    "co-read": "^0.1.1",
    "co-wait": "0.0.0",
    "docker-raw-stream": "^1.3.1",
    "dockerode": "^2.0.4",
    "eslint-config-probo": "^1.0.2",
    "event-stream": "^3.3.2",
    "express": "^4.12.3",
    "flake-idgen": "^1.0.0",
    "github": "^0.2.3",
    "github-api": "^0.10.3",
    "github-client": "^0.8.0",
    "github-webhook-handler": "^0.3.4",
    "glob": "^4.4.2",
    "http-proxy": "^1.8.1",
    "js-yaml": "^3.2.7",
    "level": "^1.3.0",
    "lodash": "^3.10.1",
    "ms": "^0.7.1",
    "probo-eventbus": "^0.1.1",
    "probo-request-logger": "^1.0.1",
    "redis": "^0.12.1",
    "request": "^2.53.0",
    "request-promise": "^1.0.2",
    "restify": "^2.8.5",
    "shell-escape": "^0.2.0",
    "stream-combiner": "^0.2.2",
    "superagent": "^1.1.0",
    "through2": "^0.6.3",
    "uuid": "^3.1.0",
    "window-size": "^0.1.0",
    "wordwrap": "0.0.2",
    "yaml-config-loader": "1.1.1",
    "yargs": "^3.4.5"
  },
  "devDependencies": {
    "co-mocha": "^1.1.2",
    "coveralls": "^2.11.4",
    "eslint": "^1.7.3",
    "husky": "^0.14.3",
    "istanbul": "^0.4.0",
    "lint-staged": "^5.0.0",
    "memdown": "^1.1.2",
    "mocha": "^2.2.4",
    "nock": "^1.6.0",
    "shell-quote": "^1.4.3",
    "should": "^5.2.0",
    "sinon": "^1.16.1"
  },
  "bugs": {
    "url": "https://github.com/ProboCI/probo/issues"
  },
  "directories": {
    "test": "test"
  },
  "author": "Probo.CI <info@probo.ci> (https://probo.ci)"
}
