-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
96 lines (96 loc) · 2.34 KB
/
bower.json
File metadata and controls
96 lines (96 loc) · 2.34 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "jquery-bootstrap",
"version": "3.62.1",
"homepage": "https://github.com/fcoo/jquery-bootstrap",
"authors": [
"NielsHolt"
],
"description": "",
"main": [
"dist/jquery-bootstrap.js",
"dist/jquery-bootstrap.css"
],
"repository": {
"type": "git",
"url": "git://github.com/fcoo/jquery-bootstrap.git"
},
"dependencies": {
"jquery": "~3.7.0",
"bootstrap": "~5.3.0",
"i18next": "latest",
"jquery-i18next-phrases": "fcoo/jquery-i18next-phrases#^1.1.1",
"jquery-checkbox-radio-group": "fcoo/jquery-checkbox-radio-group#^1.7.0",
"jquery-scroll-container": "fcoo/jquery-scroll-container#^7.0.0",
"jquery-value-format": "fcoo/jquery-value-format#^1.6.0",
"modernizr-javascript": "fcoo/modernizr-javascript#latest",
"modernizr-mouse-events": "fcoo/modernizr-mouse-events#latest",
"noty": "^3.2.0-beta",
"jquery-base-slider": "fcoo/jquery-base-slider#^6.0.0",
"jquery-time-slider": "fcoo/jquery-time-slider#^7.0.0",
"pdfobject": "pipwerks/PDFObject",
"js-url": "websanova/js-url#^2.5.3",
"jquery-stupid-table": "^1.1.3",
"bind-first": "private-face/jquery.bind-first#^0.2.3",
"inputmask": "RobinHerbots/Inputmask#^4.0.0",
"history.js": "fcoo/history.js#^1.0.9",
"javascript-utilities": "fcoo/javascript-utilities#^1.1.0",
"greensock": "^3.12.1"
},
"devDependencies": {
"animate.css": "^4.1.0",
"bourbon": "latest",
"modernizr-mixin": "latest",
"mathsass": "latest",
"modernizr-scss": "FCOO/modernizr-scss#^2.1.2",
"font-awesome": "fontawesome#^6.0.0"
},
"overrides": {
"bootstrap-select": {
"main": [
"dist/js/bootstrap-select.js"
]
},
"jquery.scrollbar": {
"main": [
"jquery.scrollbar.js"
]
},
"bootstrap": {
"dependencies": {
"jquery": "latest"
},
"main": [
"dist/js/bootstrap.bundle.js"
]
},
"inputmask": {
"main": [
"dist/jquery.inputmask.bundle.js"
]
},
"js-url": {
"main": [
"dist/url.min.js"
]
},
"greensock": {
"main": [
"dist/gsap.min.js"
]
}
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"es6"
],
"resolutions": {
"bootstrap": "^4.0.0"
}
}