-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
68 lines (68 loc) · 1.69 KB
/
Copy pathbower.json
File metadata and controls
68 lines (68 loc) · 1.69 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "LCRM",
"version": "2.0.0",
"homepage": "https://lcrm.in",
"moduleType": [
"node"
],
"license": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"animate.css": "~3.5.2",
"bootstrap": "~3.3.7",
"bootstrap-additions": "~0.3.1",
"bower-jvectormap": "~1.2.2",
"datatables": "~1.10.13",
"morris.js": "~0.5.1",
"eonasdan-bootstrap-datetimepicker": "4.17.43",
"flot": "~0.8.3",
"flot-spline": "*",
"flot.orderbars": "*",
"flot.tooltip": "~0.8.4",
"font-awesome": "4.7.0",
"footable": "~2.0.3",
"fullcalendar": "~3.6.1",
"handlebars": "~4.0.5",
"html.sortable": "~0.4.0",
"jQuery-Storage-API": "~1.7.4",
"jquery": "~1.12.4",
"jquery-pjax": "~1.9.6",
"jquery.easy-pie-chart": "~2.1.6",
"jquery.sparkline": "~2.1.2",
"material-design-icons": "~3.0.1",
"moment": "2.17.1",
"pace":"1.0.2",
"parsleyjs": "~2.1.3",
"plugins": "datatables/plugins#~1.10.10",
"screenfull": "~1.2.1",
"select2": "~4.0.1",
"summernote": "~0.6.16",
"tether": "~1.1.0",
"underscore": "~1.8.3",
"waves": "~0.7.2",
"jquery-ui": "~1.12.1",
"pusher": "~4.0.0",
"iCheck": "icheck#~1.0.2",
"jasny-bootstrap": "~3.1.3",
"dropzone": "^4.2.0",
"toastr": "^2.1.2",
"bootstrapvalidator": "bootstrapValidator#~0.5.3",
"select2-bootstrap-theme": "0.1.0-beta.4",
"datatables.net-bs": "~1.10.10",
"countUp.js": "~1.6.0",
"c3": "~0.4.11",
"jquery-slimscroll": "~1.3.8",
"bootstrap-tagsinput":"~0.8.0"
},
"resolutions": {
"bootstrap": "~3.3.7",
"jquery": "~1.12.4"
}
}