{
  "name": "@bluem/http-response-assert",
  "version": "0.9.5",
  "description": "Performs assertions on responses for arbitrary HTTP(S) requests",
  "main": "index.js",
  "author": {
    "name": "Carsten Blüm",
    "email": "carsten@bluem.net",
    "url": "https://www.bluem.net/"
  },
  "license": "MIT",
  "repository": "https://github.com/BlueM/http-response-assert",
  "scripts": {
    "test": "jest",
    "test-coverage": "jest --coverage"
  },
  "keywords": [
    "http",
    "test",
    "assertion",
    "verify",
    "request",
    "response"
  ],
  "jest": {
    "testURL": "http://localhost"
  },
  "dependencies": {
    "argv-split": "^2.0.1",
    "debug": "^3.1.0",
    "html2plaintext": "^2.0.1",
    "jsdom": "^11.11.0",
    "jsonpointer": "^4.0.1",
    "request": "^2.88.0",
    "require-directory": "^2.1.1"
  },
  "devDependencies": {
    "jest": "^24.8.0"
  }
}
