-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
35 lines (35 loc) · 999 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
31
32
33
34
35
{
"name": "pythia-lms",
"description": "Pythia LMS is an online platform hosting courses with Pythia problems.",
"homepage": "http://www.pythia-project.org/",
"license": "AGPL-3.0",
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-bootstrap": "~1.2.1",
"angular-file-upload": "~2.2.0",
"angular-messages": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-resource": "~1.5.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.3.6",
"owasp-password-strength-test": "~1.3.0",
"nya-bootstrap-select": "~2.1.6",
"angular-translate": "~2.11.1",
"angular-translate-loader-static-files": "~2.11.1",
"angular-translate-storage-cookie": "~2.11.1",
"angular-translate-storage-local": "~2.11.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"less/bootstrap.less"
]
},
"jquery": {
"main": []
}
}
}