chartjs-plugin-doughnutlabel-v3
Version:
Chart.js (Version 3) Doughnut Chart plugin to display custom lines of text in the center of the donut.
60 lines (59 loc) • 1.78 kB
JSON
{
"name": "chartjs-plugin-doughnutlabel-v3",
"version": "1.2.0",
"description": "Chart.js (Version 3) Doughnut Chart plugin to display custom lines of text in the center of the donut.",
"main": "dist/chartjs-plugin-doughnutlabel.js",
"module": "dist/chartjs-plugin-doughnutlabel.esm.js",
"typings": "types/index.d.ts",
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "https://github.com/FreedomRings/chartjs-plugin-doughnutlabel-v3.git"
},
"files": [
"dist/*.js",
"types/*.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix 'src/**/*.ts'",
"build": "rollup -c rollup.config.js",
"build:dev": "rollup -c rollup.config.js --watch",
"prepare": "npm run build"
},
"homepage": "https://github.com/FreedomRings/chartjs-plugin-doughnutlabel-v3",
"author": "Jeff Brower <jeff@pointhere.net>",
"license": "MIT",
"keywords": [
"chart.js",
"doughnut",
"labels",
"donut",
"plugin",
"center",
"middle",
"angular"
],
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint-config-chartjs": "^0.1.0",
"rollup": "^2.55.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-stream": "^1.24.1",
"tslib": "^1.14.1",
"typescript": "^4.3.5"
},
"peerDependencies": {
"chart.js": "^3.0.0"
}
}