-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (48 loc) · 1.32 KB
/
bower.json
File metadata and controls
48 lines (48 loc) · 1.32 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
42
43
44
45
46
47
48
{
"name": "webclient",
"version": "0.0.0",
"homepage": "https://github.com/lavab/webclient",
"authors": [
"let4be <let4be@gmail.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.8",
"angular-bootstrap": "~0.12.0",
"angular-bootstrap-checkbox": "~0.3.1",
"angular-sanitize": "~1.3.8",
"angular-ui-router": "~0.2.13",
"bootstrap": "~3.3.1",
"angular-translate": "~2.5.2",
"angular-translate-loader-static-files": "~2.5.2",
"underscore": "~1.7.0",
"lavaboom": "~0.3.2",
"sockjs-client": "~0.3.4",
"angular-ui-select": "https://github.com/lavab/ui-select/archive/master.tar.gz",
"textAngular": "~1.3.7",
"angular-co": "~0.2.7",
"ngInfiniteScroll": "~1.2.0",
"angular-autodisable": "https://github.com/lavab/angular-autodisable/archive/master.tar.gz",
"angular-messages": "~1.3.11",
"angular-cache": "~3.2.5",
"angular-moment": "~0.9.0",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5"
},
"resolutions": {
"angular": "~1.3.8",
"lavaboom": "~0.3.0",
"lodash": "~3.1.0",
"textAngular": "~1.3.7",
"angular-co": "~0.2.4",
"angular-ui-select": "~0.10.0",
"angular-hotkeys": "~0.2.2"
}
}