srr-elapsedtimer
Version:
An angular library to create a elapsed timer for your angular project
34 lines (33 loc) • 770 B
JSON
{
"name": "srr-elapsedtimer",
"version": "1.1.0",
"description": "An angular library to create a elapsed timer for your angular project",
"keywords": [
"angular",
"elapsedtimer",
"srr",
"typescript",
"countdowntimer",
"timer"
],
"bugs": {
"url": "https://github.com/sankharr/srr-elapsedtimer/issues"
},
"homepage": "https://www.linkedin.com/in/sankha-rathnayake/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sankharr/srr-elapsedtimer.git"
},
"author": {
"name": "Sankha Rathnayake",
"email": "srrdevelopers2017@gmail.com"
},
"peerDependencies": {
"@angular/common": "^10.2.0",
"@angular/core": "^10.2.0"
},
"dependencies": {
"tslib": "^2.0.0"
}
}