forked from dimagi/commcare-hq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
102 lines (102 loc) · 2.99 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "CommCareHQ",
"version": "0.0.1",
"dependencies": {
"ace-builds": "1.3.3",
"angular": "1.4.4",
"angular-bootstrap": "^2.5.0",
"angular-datamaps": "^0.1.2",
"angular-datatables": "0.5.6",
"angular-nvd3": "1.0.9",
"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",
"angular-animate": "1.4.4",
"angular-leaflet-directive": "angular-leaflet#^0.10.0",
"angular-busy": "^4.1.4",
"ui-select": "angular-ui/ui-select#v0.13.2",
"backbone": "0.9.1",
"backbone-1.3.2": "backbone#1.3.2",
"backbone.marionette": "2.4.5",
"bootstrap": "3.3.7",
"bootstrap-daterangepicker": "3.0.3",
"bootstrap-switch": "3.3.2",
"bootstrap-timepicker": "0.5.1",
"bootstrap3-typeahead": "~3.1.1",
"jquery": "3.2.1",
"jquery-2.2.4": "jquery#2.2.4",
"jquery-color": "2.1.2",
"jquery.cookie": "dimagi/jquery-cookie#1.4.1",
"jquery-form": "4.2.2",
"jquery-migrate": "1.2.1",
"jquery.rmi": "dimagi/jquery.rmi#8c34f32817",
"jquery-textchange": "0.2.3",
"jquery-timeago": "1.2.0",
"jquery-tiny-pubsub": "https://github.com/cowboy/jquery-tiny-pubsub.git#~0.7.0",
"jquery-treetable": "^3.2.0",
"jquery-ui": "1.11.4",
"datetimepicker": "2.5.4",
"multiselect": "0.9.12",
"quicksearch": "2.2.1",
"knockout": "3.3.0",
"knockout-validation": "2.0.3",
"underscore": "1.8.3",
"leaflet": "0.7.7",
"select2": "4.0.0",
"xpath": "dimagi/js-xpath#f4f0c78",
"blazy": "1.6.2",
"datatables": "1.10.9",
"datatables-bootstrap3": "*",
"datatables-fixedcolumns": "3.2.0",
"datatables-fixedheader": "^3.1.3",
"datatables-scroller": "^1.5.1",
"datatables-colreorder": "^1.5.1",
"datatables-buttons": "^1.5.6",
"nprogress": "0.2.0",
"d3": "3.1",
"nvd3": "1.1.10-beta",
"d3-3.5.17": "d3#3.5.17",
"nvd3-1.8.6": "nvd3#1.8.6",
"zxcvbn": "4.2.0",
"font-awesome": "fontawesome#4.7.0",
"moment": "2.12.0",
"css-grid-polyfill-binaries": "1.1.1",
"requirejs": "~2.3.1",
"DOMPurify": "0.8.3",
"markdown-it": "7.0.1",
"At.js": "~1.5.2",
"clipboard": "1.5.15",
"fast-levenshtein": "^2.0.5",
"intl-tel-input": "9.0.7",
"jsdiff": "~3.2.0",
"datamaps": "^0.5.8",
"topojson": "^3.0.0",
"r.js": "^2.3.5",
"jquery-memoized-ajax": "^0.5.0",
"autotrack": "^2.4.1",
"angular-perfect-scrollbar": "^0.2.1"
},
"devDependencies": {
"chai": "3.3.0",
"mocha": "2.3.3",
"sinon": "http://sinonjs.org/releases/sinon-2.3.2.js",
"angular-mocks": "1.4.4",
"jasmine-fixture": "2.0.0"
},
"private": true,
"resolutions": {
"jquery": "3.2.1",
"bootstrap": "3.3.7",
"select2": "4.0.0",
"backbone": "0.9.1",
"d3": "3.1",
"datamaps": "^0.5.8",
"topojson": "^3.0.0",
"nvd3": "1.1.10-beta",
"d3-3.5.17": "d3#3.5.17",
"nvd3-1.8.6": "nvd3#1.8.6"
}
}