{
  "name": "mercy",
  "description": "Flow control library",
  "version": "0.0.2",
  "main": "lib/index.js",
  "repository": "git@github.com:otherware/mercy.git",
  "engines": {
    "node": ">=8.x.x",
    "npm": ">=5.x.x"
  },
  "keywords": [
    "async",
    "control",
    "flow"
  ],
  "scripts": {
    "clean": "rm -rf node_modules package-lock.json",
    "linter": "lab -L",
    "reinstall": "rm -rf node_modules package-lock.json; npm i",
    "test": "lab -L -v -t 100",
    "test-cov": "lab -L -v -t 100",
    "test-cov-html": "lab -L -v -t 100 -r html -o coverage.html",
    "test-cov-json": "lab -L -v -t 100 -r json -o coverage.json"
  },
  "dependencies": {
    "async": "2.x.x",
    "chalk": "2.x.x",
    "fs-extra": "7.x.x",
    "glue": "4.x.x",
    "hoek": "4.x.x",
    "joi": "14.x.x",
    "nock": "9.x.x",
    "purdy": "3.x.x",
    "urijs": "1.x.x",
    "wreck": "12.x.x"
  },
  "devDependencies": {
    "blipp": "3.x.x",
    "code": "5.x.x",
    "good-console": "6.x.x",
    "good-file": "6.x.x",
    "good-squeeze": "5.x.x",
    "good": "7.x.x",
    "hapi-swagger": "7.x.x",
    "hapi": "16.x.x",
    "inert": "4.x.x",
    "lab": "14.x.x",
    "vision": "4.x.x"
  }
}
