{
  "name": "on-http-end",
  "version": "1.0.3",
  "description": "Allows to capture HTTP response content and headers on request end.",
  "main": "index.js",
  "scripts": {
    "format": "standard --fix",
    "test": "nyc mocha test/*.test.js --exit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jkyberneees/on-http-end.git"
  },
  "keywords": [
    "http",
    "response",
    "content",
    "headers"
  ],
  "author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jkyberneees/on-http-end/issues"
  },
  "homepage": "https://github.com/jkyberneees/on-http-end#readme",
  "devDependencies": {
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0"
  }
}
