{
  "name": "wait-for-it-node",
  "version": "0.1.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/regevbr/wait-for-it-node.git"
  },
  "keywords": [
    "wait-for-it",
    "bash",
    "timeout",
    "tcp",
    "wait",
    "for",
    "it"
  ],
  "author": "Regev Broyd <regevbr@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/regevbr/wait-for-it-node/issues"
  },
  "homepage": "https://github.com/regevbr/wait-for-it-node#readme"
}
