-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
54 lines (54 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "angular-lobiadmin",
"version": "0.0.0",
"dependencies": {
"angular": "1.5.11",
"angular-animate": "1.5.11",
"angular-cookies": "1.5.11",
"angular-touch": "1.5.11",
"angular-sanitize": "1.5.11",
"angular-messages": "1.5.11",
"angular-aria": "1.5.11",
"jquery": "~2.1.4",
"angular-resource": "1.5.11",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.5",
"angular-bootstrap": "~1.3.3",
"malarkey": "yuanqing/malarkey#~1.3.1",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular-translate": "^2.15.1",
"angular-daterangepicker": "^0.2.2",
"ng-table": "1.0.0",
"font-awesome": "fontawesome#^4.7.0",
"angular-translate-storage-local": "^2.15.1",
"angular-translate-loader-partial": "^2.15.1",
"angular-bootstrap-contextmenu": "^0.9.9",
"ng-tags-input": "3.2.0",
"angular-aside": "1.2.1",
"bootstrap-tagsinput": "^0.8.0",
"angular-ui-calendar": "1.0.1",
"lobibox": "^1.2.6",
"lobipanel-angularjs": "^1.0.7"
},
"devDependencies": {
"angular-mocks": "1.5.11"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "1.5.11"
}
}