forked from amcat/amcat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 808 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
{
"name": "open-review",
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "3.1.1",
"datatables": "http://hmbastiaan.nl/martijn/downloads/DataTables-1.10.7.zip",
"pnotify": "2.0.1",
"jquery-ui": "1.10.4",
"jquery.scrollTo": "1.4.12",
"TableDnD": "",
"jquery-csv": "",
"jquery.hotkeys": "",
"bootstrap-datepicker": "",
"highcharts": "~4.2.3",
"moment": "",
"jquery-cookie": "",
"papaparse": "4.1.0",
"bootstrap-multiselect": "0.9.13",
"renderjson": "",
"requirejs": "",
"amcat-query-js": "git://github.com/amcat/amcat-query-js.git#master",
"jshashtable": "git://github.com/timdown/jshashtable.git",
"uri.js": ""
},
"resolutions": {
"jquery": ">= 1.9.1",
"bootstrap": ">= 2.3.2",
"highcharts": "~4.2.3"
}
}