UNPKG

ngx-countdown

Version:

Simple, easy and performance countdown for angular

39 lines 911 B
{ "name": "ngx-countdown", "version": "19.0.0", "description": "Simple, easy and performance countdown for angular", "keywords": [ "ngx-countdown", "ng-countdown", "angular-countdown", "angular countdown", "countdown", "count down", "angular standalone library" ], "author": "cipchk <cipchk@qq.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cipchk/ngx-countdown" }, "bugs": { "url": "https://github.com/cipchk/ngx-countdown/issues" }, "homepage": "https://cipchk.github.io/ngx-countdown/", "module": "fesm2022/ngx-countdown.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-countdown.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }