angular-svg-round-progressbar
Version:
Angular module that uses SVG to create a circular progressbar
38 lines (37 loc) • 922 B
JSON
{
"name": "angular-svg-round-progressbar",
"version": "14.0.0",
"description": "Angular module that uses SVG to create a circular progressbar",
"repository": {
"type": "git",
"url": "git://github.com/crisbeto/angular-svg-round-progressbar.git"
},
"keywords": [
"angular",
"progress",
"circle",
"round",
"svg"
],
"author": "crisbeto",
"license": "MIT",
"bugs": {
"url": "https://github.com/crisbeto/angular-svg-round-progressbar/issues"
},
"homepage": "https://github.com/crisbeto/angular-svg-round-progressbar",
"module": "fesm2022/angular-svg-round-progressbar.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular-svg-round-progressbar.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}