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": "2.0.2",
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 'test/**/*.mocha.js'"
20 },
21 "engines": {
22 "node": ">=4.0.0"
23 },
24 "devDependencies": {
25 "accum": "^0.3.6",
26 "expect": "^1.8.0",
27 "mocha": "^3.1.2",
28 "temp": "^0.8.3"
29 },
30 "dependencies": {
31 "core-js": "^2.4.1",
32 "joi": "^9.2.0",
33 "minimist": "^1.2.0",
34 "request": "^2.78.0",
35 "rx": "^4.1.0"
36 },
37 "keywords": [
38 "wait",
39 "delay",
40 "cli",
41 "files",
42 "tcp",
43 "ports",
44 "sockets",
45 "http",
46 "exist",
47 "ready",
48 "available",
49 "portable",
50 "cross-platform",
51 "unix",
52 "linux",
53 "windows",
54 "win32",
55 "osx"
56 ]
57}