{
  "name": "on-net-listen",
  "version": "1.1.2",
  "description": "Observe when something in your node app starts listening on a TCP port",
  "main": "index.js",
  "engines": {
    "node": ">=9.4.0 || ^8.9.4"
  },
  "dependencies": {},
  "devDependencies": {
    "standard": "^10.0.3",
    "tape": "^4.8.0"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/on-net-listen.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/on-net-listen/issues"
  },
  "homepage": "https://github.com/mafintosh/on-net-listen"
}
