-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 1 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
{
"name": "angular-shift",
"version": "0.0.1",
"authors": [
"electricmaxxx <maximilian.berghoff@mayflower.de>"
],
"repository": "https://github.com/shiftorga/angular-shift.git",
"description": "The engelsystem is an application to display shifts for helper.",
"homepage": "https://github.com/shiftorga/angular-shift.git",
"license": "MIT",
"dependencies": {
"angular": "1.4.7",
"bootstrap": "3.3.5",
"angular-mocks": "1.4.7",
"lodash": "2.4.x",
"restangular": "~1.4.0",
"angular-ui-calendar": "latest",
"angular-ui-router": "angular-ui/ui-router#~0.2.15",
"bootbox": "4.4.x",
"angular-bootstrap": "0.13.x",
"angular-toastr": "1.5.x",
"bootstrap-multiselect": "0.9.13",
"icomoon": "~0.0.3",
"jquery-ui": "~1.11.4",
"bootstrap-datepicker": "~1.4.1",
"chart": "*",
"angular-moment": "~0.10.3",
"select2-bootstrap-css": "~1.4.6",
"select2": "3.5.4",
"bootstrap-sass-only": "~3.4.4"
},
"resolutions": {
"angular": "1.4.7"
}
}