forked from dimagi/commcare-hq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
70 lines (70 loc) · 2.01 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
{
"name": "CommCareHQ",
"version": "0.0.1",
"dependencies": {
"jquery": "1.11.1",
"underscore": "1.6.0",
"underscore-1.8.3": "underscore#1.8.3",
"jquery-form": "3.45.0",
"jquery.cookie": "dimagi/jquery-cookie#1.4.1",
"jquery-timeago": "1.2.0",
"jquery-ui": "1.11.4",
"multiselect": "0.9.12",
"quicksearch": "2.2.1",
"leaflet": "0.7.7",
"jquery-color": "2.1.2",
"jquery.rmi": "dimagi/jquery.rmi#8c34f32817",
"angular": "1.4.4",
"angular-route": "1.4.4",
"angular-resource": "1.4.4",
"angular-message-format": "1.4.4",
"angular-messages": "1.4.4",
"angular-cookies": "1.4.4",
"angular-sanitize": "1.4.4",
"knockout": "3.3.0",
"knockout-validation": "2.0.3",
"select2-3.4.5-legacy": "select2#3.4.5",
"select2-3.5.2-legacy": "select2#3.5.2",
"select2": "4.0.0",
"less": "1.7.3",
"xpath": "dimagi/js-xpath#f4f0c78",
"backbone": "0.9.1",
"backbone-1.3.2": "backbone#1.3.2",
"bootstrap-daterangepicker": "2.1.13",
"bootstrap-timepicker": "0.5.1",
"backbone.marionette": "2.4.5",
"blazy": "1.6.2",
"datatables": "1.10.9",
"datatables-bootstrap3": "0.1",
"datatables-fixedcolumns": "3.2.0",
"nprogress": "0.2.0",
"d3": "3.1",
"nvd3": "1.1.10-beta",
"codemirror": "5.5.0",
"bootstrap3-typeahead": "~3.1.1",
"zxcvbn": "4.2.0",
"bootstrap-tour": "0.10.2",
"jquery.caret": "~1.5.2",
"syntaxhighlighter": "alexgorbatchev/syntaxhighlighter#3.0.83",
"bootstrap": "3.3.6",
"font-awesome": "fontawesome#4.5.0",
"ui-select": "angular-ui/ui-select#v0.13.2",
"jquery-migrate": "1.2.1",
"moment": "2.12.0",
"jquery-treetable": "^3.2.0"
},
"devDependencies": {
"chai": "3.3.0",
"mocha": "2.3.3",
"sinon": "http://sinonjs.org/releases/sinon-1.17.0.js",
"angular-mocks": "1.4.4"
},
"private": true,
"resolutions": {
"jquery": "1.11.1",
"bootstrap": "3.3.6",
"select2": "4.0.0",
"underscore": "1.6.0",
"backbone": "0.9.1"
}
}