-
Notifications
You must be signed in to change notification settings - Fork 55
/
bower.json
39 lines (39 loc) · 984 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
33
34
35
36
37
38
39
{
"name": "uber",
"version": "14.0.0",
"homepage": "https://github.com/magfest/ubersystem",
"authors": [
"Eli Courtwright <eli@courtwright.org>"
],
"description": "MAGFest Ubersystem",
"main": "uber/templates/base.html",
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"lodash": "3.8.0",
"jquery": "3.7.0",
"jquery-ui": "1.11.4",
"moment": "2.19.3",
"jquery-hoverIntent": "1.8.1",
"select2": "4.0.0",
"jQuery-contextMenu": "1.6.6",
"toastr": "2.1.1",
"geocomplete": "1.6.5",
"angular": "1.3.15",
"angular-route": "1.3.15",
"angular-bootstrap": "0.13.0",
"jquery-form": "3.46.0",
"jquery-validation": "1.16.0",
"eonasdan-bootstrap-datetimepicker": "4.17.47",
"jQuery-Scanner-Detection": "git://github.com/escaleno-ltda/jQuery-Scanner-Detection.git#v1.2.1"
},
"resolutions": {
"jquery": ">= 3.7.0"
}
}