forked from MeasureAuthoringTool/bonnie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 954 Bytes
/
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
{
"name": "bonnie",
"private": true,
"dependencies": {
"thorax": "~2.0.1",
"jquery": "~3.5.1",
"bootstrap": "~3.3.0",
"moment": "^2.14.1",
"font-awesome": "~4.7.0",
"jQuery-Knob": "aterrien/jQuery-Knob#~1.2.2",
"bootstrap-datepicker": "~1.6.3",
"bootstrap-timepicker": "https://github.com/m3wolf/bootstrap3-timepicker.git#f8910f47117f3822253ebaa4b0c1bb331aa649ba",
"jquery-selectboxit": "~3.8.1",
"d3": "~3.4.1",
"d3-tip": "~0.6.6",
"jquery.fileDownload": "~1.4.2",
"jquery-placeholder": "~2.0.7",
"jquery-color": "~2.1.2",
"css-toggle-switch": "~2.1.5",
"bootstrap-file-input": "*",
"MutationObserver-shim": "~0.2.8",
"backbone.paginator": "~2.0.2",
"twbs-pagination": "~1.4.2",
"jquery.scrollTo": "^2.1.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.37",
"costanza": "^2.1.0"
},
"resolutions": {
"bootstrap": "~3.3.0",
"moment": "^2.14.1"
}
}