{
  "name": "http-mocks",
  "version": "1.3.2",
  "keywords": [
    "mock",
    "http",
    "xhr",
    "fetch",
    "rest",
    "angular"
  ],
  "author": {
    "name": "Ivan Rozhoň",
    "email": "ivan.rozhon@gmail.com",
    "url": "https://rozhon.net/"
  },
  "license": "MIT",
  "description": "HTTP mocking library primarily targeted for the Angular applications",
  "homepage": "https://github.com/ivan-rozhon/http-mocks#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ivan-rozhon/http-mocks"
  },
  "dependencies": {
    "xhr-mock": "^2.5.1",
    "fetch-mock": "^8.3.2"
  },
  "peerDependencies": {
    "@angular/common": "^9.0.7",
    "@angular/core": "^9.0.7",
    "tslib": "^1.10.0"
  },
  "main": "bundles/http-mocks.umd.js",
  "module": "fesm5/http-mocks.js",
  "es2015": "fesm2015/http-mocks.js",
  "esm5": "esm5/http-mocks.js",
  "esm2015": "esm2015/http-mocks.js",
  "fesm5": "fesm5/http-mocks.js",
  "fesm2015": "fesm2015/http-mocks.js",
  "typings": "http-mocks.d.ts",
  "metadata": "http-mocks.metadata.json",
  "sideEffects": false
}
