{
  "name": "bn-ng-idle",
  "version": "1.0.1",
  "peerDependencies": {
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0"
  },
  "keywords": [
    "Angular 8 user idle detect",
    "Angular 7 user idle detect",
    "Angular 6 user idle detect",
    "Ng session timeout",
    "Angular session timeout",
    "session timeout",
    "Ng idle",
    "Ng2 idle",
    "angular user idle",
    "bn ng idle",
    "user idle component",
    "ng idle component",
    "angular idle component"
  ],
  "description": "Angular 6, 7, 8+ user idle detector, session timeout detector",
  "license": "MIT",
  "author": "bearnithi",
  "person": {
    "name": "nithi",
    "email": "bearnithi@gmail.com",
    "url": "http://bearnithi.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bearnithi/bn-ng-idle.git"
  },
  "bugs": {
    "url": "https://github.com/bearnithi/bn-ng-idle/issues",
    "email": "bearnithi@gmail.com"
  },
  "main": "bundles/bn-ng-idle.umd.js",
  "module": "fesm5/bn-ng-idle.js",
  "es2015": "fesm2015/bn-ng-idle.js",
  "esm5": "esm5/bn-ng-idle.js",
  "esm2015": "esm2015/bn-ng-idle.js",
  "fesm5": "fesm5/bn-ng-idle.js",
  "fesm2015": "fesm2015/bn-ng-idle.js",
  "typings": "bn-ng-idle.d.ts",
  "metadata": "bn-ng-idle.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  },
  "__processed_by_ivy_ngcc__": {
    "es2015": "12.1.0",
    "esm2015": "12.1.0",
    "esm5": "12.1.0",
    "fesm2015": "12.1.0",
    "fesm5": "12.1.0",
    "main": "12.1.0",
    "module": "12.1.0",
    "typings": "12.1.0"
  },
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
  }
}
