-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
61 lines (61 loc) · 1.69 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
{
"name": "compair",
"version": "1.2.12",
"homepage": "https://github.com/ubc/compair",
"authors": [
"UBC CTLT"
],
"description": "Student learning tool where instructors and students may respond and comment on assignments. A method called Adaptive Comparative Judgement is used to give a ranking to the assignment responses.",
"main": "compair/static/compair.css",
"license": "GPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.3.7",
"angular": "1.5.11",
"angular-animate": "1.5.11",
"angular-resource": "1.5.11",
"angular-route": "1.5.11",
"angular-sanitize": "1.5.11",
"angular-http-auth": "~1.5.0",
"highlightjs": "~9.12.0",
"angular-ckeditor": "~1.0.3",
"es-breadcrumbs": "~0.4.1",
"angular-loading-bar": "~0.9.0",
"AngularJS-Toaster": "~2.2.0",
"angular-chosen-localytics": "~1.8.0",
"chosen-bootstrap-theme": "~1.0.4",
"angular-moment": "~1.2.0",
"angular-file-upload": "~2.5.0",
"angular-mocks": "1.5.11",
"angular-bootstrap": "~2.5.0",
"angular-timer": "~1.3.5",
"lodash": "~4.17.4",
"angular-file-saver": "elquimeras/ng-file-saver#^1.1.4",
"ngclipboard": "~1.1.1",
"tincan": "ubc/TinCanJS#0.50.1",
"angular-uuids": "~0.0.4",
"angular-local-storage": "~0.7.1",
"angular-promise-extras": "~0.1.8",
"navigator-sendbeacon": "~0.0.3",
"ng-kaltura-player": "~1.2.1",
"pdf.js-viewer": "~1.6.211"
},
"resolutions": {
"angular": "1.5.11",
"moment": "^2.20"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css"
]
}
}
}