Files
wait-for-it/composer.json
2020-02-03 21:24:52 +01:00

8 lines
215 B
JSON

{
"name": "vishnubob/wait-for-it",
"description": "Pure bash script to test and wait on the availability of a TCP host and port",
"type": "library",
"license": "MIT",
"bin": ["wait-for-it.sh"]
}