-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 1.18 KB
/
bower.json
File metadata and controls
41 lines (41 loc) · 1.18 KB
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
{
"name": "opensm",
"description": "OpenSM is an online platform used to manage all the business of a school.",
"homepage": "http://www.open-sm.org/",
"license": "AGPL-3.0",
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-bootstrap": "~1.2.1",
"angular-bootstrap-datetimepicker": "~1.1.3",
"angular-file-upload": "~2.2.0",
"angular-messages": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-moment": "~1.0.0",
"angular-resource": "~1.5.0",
"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",
"angular-ui-notification": "~0.2.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.3.6",
"moment": "~2.15.2",
"ng-file-upload": "~12.2.13",
"ng-tags-input": "~3.1.1",
"nya-bootstrap-select": "~2.1.6",
"owasp-password-strength-test": "~1.3.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"less/bootstrap.less"
]
},
"jquery": {
"main": []
}
}
}