forked from rapidpro/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
67 lines (67 loc) · 1.77 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
{
"name": "rapidpro",
"description": "",
"main": "",
"authors": [
"Nic Pottier <nicpottier@gmail.com>",
"Eric Newcomer <ericnewcomer@gmail.com>",
"Norbert Kwizera <norkans7@gmail.com>",
"Rowan Seymour <rowanseymour@gmail.com>"
],
"license": "AGPL-3.0",
"homepage": "https://github.com/nyaruka/rapidpro",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.15",
"angular-animate": "1.3.15",
"bootstrap": "2.3.0",
"featherlight": "1.4.0",
"jquery": "2.0.3",
"jquery-easing": "*",
"jquery-history": "^1.5.0-final",
"jquery-hoverintent": "jquery-hoverIntent#^1.8.1",
"jquery-migrate": "1.2.1",
"jquery-pjax": "^1.9.6",
"jquery-sparkline": "^2.1.3",
"jquery-ui": "1.10.2",
"moment": "2.8.3",
"moment-timezone": "0.2.3",
"select2": "3.5.4",
"toastr": "^2.1.3",
"video.js": "videojs#5.8.0",
"videojs-vjsdownload": "1.0.2",
"angular-sortable": "^0.3.4",
"jsPlumb": "jsplumb#1.7.5",
"At.js": "jquery.atwho#1.3.2",
"angular-elastic": "2.4.0",
"jquery-autosize": "1.17.2",
"angular-ui-sortable": "^0.15.0",
"ui-bootstrap": "angular-ui-bootstrap#0.11.0",
"angular-bootstrap": "0.11.0",
"bootstrap-css": "2.3.0",
"animate.css": "animate-css#^3.5.2",
"highcharts": "^5.0.6",
"DataTables": "datatables#1.9.4",
"URIjs": "uri.js#1.9.1",
"jsTimezoneDetect": "1.0.5",
"less": "1.3.3",
"leaflet": "0.7.3",
"codemirror": "5.18.2",
"jquery.bxslider": "*",
"xregexp": "2.0.0",
"angular-mocks": "1.3.15",
"intercooler-js": "1.1.2",
"sticky-kit": "^1.1.2"
},
"resolutions": {
"angular": "1.3.15",
"jquery": "2.0.3",
"jquery-ui": "1.10.2"
}
}