mirror of
https://github.com/rendro/easy-pie-chart.git
synced 2025-12-16 12:00:14 +01:00
19 lines
294 B
JSON
19 lines
294 B
JSON
{
|
|
"name": "jquery.easy-pie-chart",
|
|
"version": "2.1.7",
|
|
"main": [
|
|
"dist/jquery.easypiechart.js"
|
|
],
|
|
"ignore": [
|
|
"demo",
|
|
".editorconfig"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"angular": "~1.2.9",
|
|
"angular-mocks": "~1.2.9"
|
|
}
|
|
}
|