-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 1.01 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
{
"name": "owwwly-app",
"description": "Owwwly an application to help you plan events.",
"homepage": "",
"license": "MIT",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-bootstrap": "^2.1.3",
"angular-messages": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-resource": "^1.5.8",
"angular-ui-router": "^0.3.1",
"bootstrap": "^3.3.7",
"ng-file-upload": "^12.2.5",
"ng-img-crop": "^0.3.2",
"owasp-password-strength-test": "^1.3.0",
"bootstrap-sass": "bootstrap-sass-official#^3.3.7"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"less/bootstrap.less"
]
},
"jquery": {
"main": []
}
},
"resolutions": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-bootstrap": "^2.1.3",
"angular-messages": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-ui-router": "^0.3.1",
"angular-resource": "^1.5.8"
}
}