wait-for-port
Version:
wait for host/port to become available
29 lines (28 loc) • 562 B
JSON
{
"name": "wait-for-port",
"version": "0.0.2",
"description": "wait for host/port to become available",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Chris927/wait-for-host.git"
},
"keywords": [
"net",
"host",
"port"
],
"author": "chris@uber5.com",
"license": "MIT",
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.4.2",
"sinon": "^1.12.2"
},
"bin": {
"wait-for-port": "./bin/wait-for-port"
}
}