3d-pie-chart
Version:
Raphael plugin 3d pie chart
43 lines (42 loc) • 972 B
JSON
{
"name": "3d-pie-chart",
"version": "1.0.1",
"description": "Raphael plugin 3d pie chart",
"main": "index.js",
"scripts": {
"start:dev": "./node_modules/.bin/webpack-dev-server --open",
"build": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PuffyCoffee/3D-Pie-chart.git"
},
"keywords": [
"raphael",
"javascript",
"chart",
"pie",
"donut",
"pie chart",
"donut chart"
],
"author": {
"name": "Peng Zhang",
"email": "nj.pengzhang@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PuffyCoffee/3D-Pie-chart/issues"
},
"homepage": "https://puffycoffee.github.io/3D-Pie-chart/",
"dependencies": {
"raphael": "^2.3.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}