-
Notifications
You must be signed in to change notification settings - Fork 25
/
bower.json
34 lines (34 loc) · 918 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
{
"name": "gandalf",
"version": "1.0.1",
"dependencies": {
"bootstrap-sass": "3.3.6",
"angular": "1.5.0",
"angular-ui-router": "0.2.18",
"ngstorage": "0.3.10",
"angular-bootstrap": "1.3.3",
"angular-ui-sortable": "0.13.4",
"angular-breadcrumb": "0.4.1",
"lodash": "4.6.1",
"angular-highlightjs": "0.5.1",
"highlightjs": "9.2.0",
"ui-router-extras": "0.1.2",
"angular-bugsnag": "0.2.1",
"angular-drag-columns": "*",
"angular-table-fixed-rows": "*",
"angular-loading-bar": "0.9.0",
"checklist-model": "0.9.0",
"nebo-angular-validate": "1.0.4",
"angular-translate": "2.11.0",
"angular-messages": "1.5.5",
"angular-ui-router-default": "0.0.3",
"jquery": "~2",
"angular-sanitize": "1.5.7",
"angular-gravatar": "0.4.2",
"zxcvbn": "4.3.0",
"angular-toastr": "1.7.0"
},
"resolutions": {
"angular": "1.5.0"
}
}