{
  "name": "express-boom-v2",
  "version": "4.2.2",
  "description": "Boom response objects in Express",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/index-test.js"
  },
  "keywords": [
    "Hapi",
    "Boom",
    "@hapi/boom",
    "Express",
    "response"
  ],
  "author": "Scott Corgan",
  "license": "MIT",
  "dependencies": {
    "@hapi/boom": "^7.4.2"
  },
  "devDependencies": {
    "mocha": "^6.1.4",
    "node-mocks-http": "^1.7.6"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hasithaishere/express-boom-v2.git"
  },
  "bugs": {
    "url": "https://github.com/hasithaishere/express-boom-v2/issues"
  },
  "homepage": "https://github.com/hasithaishere/express-boom-v2"
}
