forked from cjhoffice/smartadmin-plugins
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
40 lines (40 loc) · 1.09 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "smartadmin-plugins",
"description": "",
"main": "index.js",
"authors": [
"Yura Griga <[email protected]>"
],
"license": "ISC",
"homepage": "https://github.com/griga/smartadmin-plugins",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"relayfoods-jquery.sparkline": "^2.1.4",
"jquery.easy-pie-chart": "^2.1.6",
"highchartTable": "^2.0.0",
"Flot": "flot#^0.8.3",
"flot.tooltip": "~0.8.5",
"flot.orderbars": "*",
"fullcalendar": "^2.9.0",
"bootstrapvalidator": "^0.5.3",
"jquery-nestable": "*",
"datatables.net": "^1.10.12",
"datatables.net-autofill": "^2.1.2",
"datatables.net-autofill-bs": "^2.0.0",
"datatables.net-bs": "^1.10.12",
"datatables.net-buttons": "^1.2.1",
"datatables.net-buttons-bs": "^1.2.1",
"datatables.net-colreorder": "^1.3.2",
"datatables.net-colreorder-bs": "^1.3.2",
"datatables.net-responsive": "^2.1.0",
"datatables.net-responsive-bs": "^2.1.0",
"bower-jvectormap": "^1.2.2",
"Jcrop": "jcrop#~2.0.4"
}
}