UNPKG

ng2-idle-core

Version:

ng-idle for Angular 2+ core module

33 lines 799 B
{ "name": "ng2-idle-core", "version": "6.0.1", "description": "ng-idle for Angular 2+ core module", "main": "bundles/core.umd.js", "module": "index.js", "typings": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/hudibrian/ng2-idle.git" }, "keywords": [ "angular", "angular2", "ng2-idle", "ng-idle", "idle", "inactive", "timeout", "session" ], "author": "Mike Grabski <me@mikegrabski.com> (http://mikegrabski.com/)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/hudibrian/ng2-idle.git/issues" }, "homepage": "https://github.com/hudibrian/ng2-idle.git#readme", "peerDependencies": { "@angular/common": "^6.0.0", "@angular/core": "^6.0.0", "rxjs-compat": "^6.1.0" } }