UNPKG

1.15 kBJSONView Raw
1{
2 "name": "wait-on",
3 "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",
4 "version": "3.3.0",
5 "main": "lib/wait-on",
6 "bin": {
7 "wait-on": "bin/wait-on"
8 },
9 "author": "Jeff Barczewski <info@codewinds.com>",
10 "repository": {
11 "type": "git",
12 "url": "http://github.com/jeffbski/wait-on.git"
13 },
14 "bugs": {
15 "url": "http://github.com/jeffbski/wait-on/issues"
16 },
17 "license": "MIT",
18 "scripts": {
19 "test": "mocha --exit 'test/**/*.mocha.js'"
20 },
21 "engines": {
22 "node": ">=4.0.0"
23 },
24 "devDependencies": {
25 "expect-legacy": "^1.20.2",
26 "mocha": "^6.1.4",
27 "temp": "^0.9.0"
28 },
29 "dependencies": {
30 "core-js": "^2.6.5",
31 "@hapi/joi": "^15.0.3",
32 "minimist": "^1.2.0",
33 "request": "^2.88.0",
34 "rx": "^4.1.0"
35 },
36 "keywords": [
37 "wait",
38 "delay",
39 "cli",
40 "files",
41 "tcp",
42 "ports",
43 "sockets",
44 "http",
45 "exist",
46 "ready",
47 "available",
48 "portable",
49 "cross-platform",
50 "unix",
51 "linux",
52 "windows",
53 "win32",
54 "osx"
55 ]
56}