{
  "name": "wait-on",
  "description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available",
  "version": "3.3.0",
  "main": "lib/wait-on",
  "bin": {
    "wait-on": "bin/wait-on"
  },
  "author": "Jeff Barczewski <info@codewinds.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/jeffbski/wait-on.git"
  },
  "bugs": {
    "url": "http://github.com/jeffbski/wait-on/issues"
  },
  "license": "MIT",
  "scripts": {
    "test": "mocha --exit 'test/**/*.mocha.js'"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "devDependencies": {
    "expect-legacy": "^1.20.2",
    "mocha": "^6.1.4",
    "temp": "^0.9.0"
  },
  "dependencies": {
    "core-js": "^2.6.5",
    "@hapi/joi": "^15.0.3",
    "minimist": "^1.2.0",
    "request": "^2.88.0",
    "rx": "^4.1.0"
  },
  "keywords": [
    "wait",
    "delay",
    "cli",
    "files",
    "tcp",
    "ports",
    "sockets",
    "http",
    "exist",
    "ready",
    "available",
    "portable",
    "cross-platform",
    "unix",
    "linux",
    "windows",
    "win32",
    "osx"
  ]
}
