{
  "name": "ngx-connection-status",
  "version": "0.9.2",
  "description": "An Angular package for checking application connectivity.",
  "keywords": [
    "angular",
    "angular6",
    "connectivity",
    "network"
  ],
  "homepage": "https://github.com/ifeelpanic/ngx-connection-status#readme",
  "bugs": {
    "url": "https://github.com/ifeelpanic/ngx-connection-status/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Wisam Shaker",
    "email": "sam.r.skr@gmail.com"
  },
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0"
  },
  "dependencies": {
    "rxjs": "^6.2.1",
    "tslib": "^1.9.0"
  },
  "main": "bundles/ngx-connection-status.umd.js",
  "module": "fesm5/ngx-connection-status.js",
  "es2015": "fesm2015/ngx-connection-status.js",
  "esm5": "esm5/ngx-connection-status.js",
  "esm2015": "esm2015/ngx-connection-status.js",
  "fesm5": "fesm5/ngx-connection-status.js",
  "fesm2015": "fesm2015/ngx-connection-status.js",
  "typings": "ngx-connection-status.d.ts",
  "metadata": "ngx-connection-status.metadata.json",
  "sideEffects": false
}
