{
  "name": "fuge-runner",
  "description": "",
  "keywords": [
    "fuge",
    "microservices",
    "process",
    "runner",
    "watcher",
    "docker",
    "kubernetes"
  ],
  "version": "2.0.1",
  "license": "MIT",
  "author": "Peter Elger (http://nearform.com/)",
  "contributors": [
    "Peter Elger <elger.peter@gmail.com> (http://peterelger.com/)",
    "Matthew O'Connor (https://github.com/matthewoconnor-development)",
    "Matteo Collina (https://github.com/mcollina)",
    "Dean McDonnell (https://github.com/mcdonelldean)",
    "Mihai Dima (https://github.com/mihaidma)"
  ],
  "main": "./runner.js",
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "async": "^0.9.0",
    "chalk": "^1.1.1",
    "chokidar": "^1.2.0",
    "chokidar-child": "^0.1.1",
    "dockerode": "^2.3.1",
    "dotenv": "^2.0.0",
    "is-git-url": "^0.2.3",
    "lodash": "^3.10.1",
    "parse-github-url": "^0.3.1",
    "parse-url": "^1.3.5",
    "ps-tree": "^1.0.1",
    "pump": "^1.0.1",
    "simple-grep": "0.0.1",
    "split2": "^2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apparatus/fuge-runner"
  },
  "scripts": {
    "lint": "echo 'linting...' && spacey-standard | snazzy",
    "test": "tap 'test/**/*.test.js' --branches=75 --statements=90 --functions=90 --lines=90",
    "commit-check": "npm run test && npm run lint",
    "coverage": "npm run test -- --cov --coverage-report=html",
    "coveralls": "npm run test -- --cov --coverage-report=text-lcov | coveralls"
  },
  "nyc": {
    "exclude": [
      "**/test/**/*.js"
    ]
  },
  "pre-commit": [
    "commit-check"
  ],
  "devDependencies": {
    "coveralls": "^2.11.14",
    "fuge-config": "^2.0.1",
    "json-stringify-safe": "^5.0.1",
    "pre-commit": "^1.1.3",
    "proxyquire": "^1.7.11",
    "request": "^2.69.0",
    "snazzy": "^5.0.0",
    "spacey-standard": "^3.0.0",
    "tap": "^7.1.2",
    "tap-spec": "^4.1.1"
  }
}
