react-radial-bar-chart
Version:
react component about radial bar chart
39 lines (38 loc) • 1 kB
JSON
{
"name": "react-radial-bar-chart",
"version": "0.1.7",
"description": "react component about radial bar chart",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production babel -d lib/ src/components/ --copy-files"
},
"dependencies": {
"react": "^15.5.4",
"color-conversion-rgb": "^0.1.1",
"react-chart-canvas": "^0.1.7"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justQing00/react-radial-bar-chart.git"
},
"keywords": [
"react",
"component",
"radial",
"bar",
"chart"
],
"author": "tan",
"license": "ISC",
"bugs": {
"url": "https://github.com/justQing00/react-radial-bar-chart/issues"
},
"homepage": "https://github.com/justQing00/react-radial-bar-chart#readme"
}