{
  "description": "HTTP plugin for Cordova and Ionic. Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android. Advantages over Javascript…",
  "type": "module",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    },
    "./ngx": {
      "types": "./ngx/index.d.ts",
      "import": "./ngx/index.js",
      "default": "./ngx/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "author": "Daniel Sogl",
  "license": "MIT",
  "homepage": "https://awesome-cordova-plugins.com",
  "bugs": {
    "url": "https://github.com/danielsogl/awesome-cordova-plugins/issues"
  },
  "keywords": [
    "cordova",
    "ionic",
    "angular",
    "native",
    "mobile",
    "plugin",
    "http"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielsogl/awesome-cordova-plugins.git",
    "directory": "src/@awesome-cordova-plugins/plugins/http"
  },
  "name": "@awesome-cordova-plugins/http",
  "dependencies": {},
  "peerDependencies": {
    "@awesome-cordova-plugins/core": "^9.6.0",
    "rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
  },
  "version": "9.6.0"
}