UNPKG

node-wait-for-it

Version:

Node.js wrapper for the famous wait-for-it bash script.

32 lines (31 loc) 749 B
{ "name": "node-wait-for-it", "version": "0.2.0", "description": "Node.js wrapper for the famous wait-for-it bash script.", "main": "index.js", "bin": { "wait-for-it": "./bin/wait-for-it" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/joshuamarquez/node-wait-for-it.git" }, "keywords": [ "wait-for-it", "bash", "timeout", "tcp", "wait", "for", "it" ], "author": "Joshua Marquez <joshua.marquez.n@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/joshuamarquez/node-wait-for-it/issues" }, "homepage": "https://github.com/joshuamarquez/node-wait-for-it#readme" }