arc-pie-chart
Version:
pie chart that can be divided into several steps
38 lines (37 loc) • 814 B
JSON
{
"name": "arc-pie-chart",
"version": "1.2.10",
"description": "pie chart that can be divided into several steps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"pie chart",
"arc chart",
"pie",
"arc",
"pie-chart",
"arc-chart",
"svg"
],
"repository": {
"type": "git",
"url": "https://github.com/qkrdmstlr3/arc-pie-chart.git"
},
"homepage": "https://github.com/qkrdmstlr3/arc-pie-chart",
"bugs": {
"url": "https://github.com/qkrdmstlr3/arc-pie-chart/issues",
"email": "qkrdmstlr3@naver.com"
},
"author": {
"name": "shellboy",
"email": "qkrdmstlr3@naver.com"
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.3.5"
}
}