{
  "name": "ngx-envconfig",
  "version": "7.0.1",
  "description": "Configuration utility for Angular app based on the environment variables ",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kmanaseryan/ngx-envconfig.git"
  },
  "keywords": [
    "APP_INITIALIZER",
    "app config",
    "configuration",
    "settings",
    "config",
    "angular",
    "configmodule",
    "ngx-config",
    "env-config",
    "app initializer"
  ],
  "author": {
    "name": "Karlen Manaseryan",
    "email": "kmanaseryan@gmial.com"
  },
  "dependencies": {},
  "peerDependencies": {
    "rxjs": ">=4.0.0 <8.0.0",
    "@angular/common": ">=4.0.0 <8.0.0",
    "@angular/compiler": ">=4.0.0 <8.0.0"
  },
  "main": "./bundles/core.umd.js",
  "module": "./ngx-envconfig/core.es5.js",
  "es2015": "./ngx-envconfig/core.js",
  "typings": "./core.d.ts",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kmanaseryan/ngx-envconfig/issues"
  },
  "homepage": "https://github.com/kmanaseryan/ngx-envconfig#readme"
}