-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
81 lines (81 loc) · 2.5 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "weaponcrates",
"description": "",
"main": "",
"authors": [
"Zac Grierson <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/darkrhino/weaponcrates",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap-sass": "^3.3.7",
"font-awesome": "fontawesome#^4.6.3",
"slick-carousel": "^1.6.0",
"dropzone": "enyo/dropzone#^4.3.0",
"jquery.steps": "^1.1.0",
"ckeditor": "^4.5.11",
"jquery-validation": "^1.15.1",
"bootstrap-daterangepicker": "dangrossman/bootstrap-daterangepicker#^2.1.24",
"clockpicker": "weareoutman/clockpicker#^0.0.7",
"eonasdan-bootstrap-datetimepicker": "Eonasdan/bootstrap-datetimepicker#^4.17.42",
"jquery-placepicker": "benignware/jquery-placepicker#^0.0.4",
"js-cookie": "^2.1.3",
"fullcalendar": "^3.0.1",
"blueimp-file-upload": "jQuery-File-Upload#^9.13.1",
"slick-lightbox": "^0.2.4",
"datatables.net": "^1.10.16",
"datatables.net-bs": "^1.10.12",
"datatables.net-dt": "^1.10.12",
"jquery.countdown": "^2.2.0",
"countUp.js": "^1.7.1",
"owl.carousel": "^2.2.0",
"cropper": "^2.3.4",
"chosen": "^1.6.2",
"taggle": "^1.11.1",
"footable": "^3.1.4",
"jquery-oembed-all": "nfl/jquery-oembed-all",
"toastr": "^2.1.3",
"vue": "^2.1.10",
"PACE": "pace#^1.0.2",
"Web-Ticker": "^3.0.0",
"wc-ckeditor": "darkrhino/wc-ckeditor",
"tinymce": "tinymce-dist#^4.5.5",
"jquery-ui": "^1.12.1",
"jquery-text-counter": "^0.6.0",
"typeahead.js": "^0.11.1",
"typeahead.js-bootstrap3.less": "bassjobsen/typeahead.js-bootstrap-css#^1.2.1",
"animate.css": "^3.5.2",
"jquery.gritter": "^1.7.4",
"webfontloader": "^1.6.27",
"select2": "select2/select2#^4.0.3",
"photoswipe": "^4.1.2",
"switchery": "^0.8.2",
"typed.js": "^1.1.7",
"star-rating-svg": "nashio/star-rating-svg#^1.2.0",
"sweetalert": "^1.1.3",
"jquery_lazyload": "jquery.lazyload#^1.9.7",
"Yamm3": "yamm3#^1.1.0",
"push.js": "^1.0.4",
"wow": "wowjs#^1.1.2",
"autoNumeric": "autoNumeric/autoNumeric#^4.0.3",
"jssocials": "^1.5.0",
"howler.js": "howler#^2.0.4",
"video.js": "^6.2.8",
"favico.js": "^0.3.10",
"jquery-mentions-input": "podio/jquery-mentions-input#^1.6.0",
"jquery-mentions": "ivirabyan/jquery-mentions#^1.0.4",
"jquery": "^3.2.1"
},
"resolutions": {
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1"
}
}