{
  "name": "@ngx-config/http-loader",
  "version": "9.0.0",
  "description": "Loader for ngx-config that provides application settings using http",
  "repository": {
    "type": "git",
    "url": "https://github.com/fulls1z3/ngx-config.git"
  },
  "keywords": [
    "plugin",
    "loader",
    "http",
    "configmodule",
    "config",
    "angular"
  ],
  "author": {
    "name": "Burak Tasci",
    "email": "mail@buraktasci.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fulls1z3/ngx-config/issues"
  },
  "homepage": "https://github.com/fulls1z3/ngx-config/tree/master/packages/@ngx-config/http-loader#readme",
  "peerDependencies": {
    "@angular/common": ">=9.0.0 <10.0.0",
    "@angular/core": ">=9.0.0 <10.0.0",
    "@angular/platform-browser-dynamic": ">=9.0.0 <10.0.0",
    "@ngx-config/core": ">=9.0.0 <10.0.0",
    "rxjs": ">=6.0.0",
    "tslib": "^1.10.0"
  },
  "publishConfig": {
    "access": "public",
    "directory": "../../../dist/@ngx-config/http-loader"
  },
  "main": "bundles/ngx-config-http-loader.umd.js",
  "module": "fesm5/ngx-config-http-loader.js",
  "es2015": "fesm2015/ngx-config-http-loader.js",
  "esm5": "esm5/ngx-config-http-loader.js",
  "esm2015": "esm2015/ngx-config-http-loader.js",
  "fesm5": "fesm5/ngx-config-http-loader.js",
  "fesm2015": "fesm2015/ngx-config-http-loader.js",
  "typings": "ngx-config-http-loader.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
  }
}
