mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
20 lines
322 B
JSON
20 lines
322 B
JSON
{
|
|
"name": "jquery.easy-pie-chart",
|
|
"version": "2.1.6",
|
|
"main": [
|
|
"dist/jquery.easypiechart.js"
|
|
],
|
|
"ignore": [
|
|
"demo",
|
|
".editorconfig"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.9.0",
|
|
"requirejs": "~2.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"angular": "~1.2.9",
|
|
"angular-mocks": "~1.2.9"
|
|
}
|
|
}
|