forked from openhab/org.openhab.ui.habmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.32 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
{
"name": "HABmin",
"version": "0.0.9",
"devDependencies": {
"angular": "~1.3",
"angular-mocks": "~1.2",
"angular-bootstrap": "~0.10.0",
"angular-ui-router": "~0.2"
},
"dependencies": {
"bootstrap": "3.3.2",
"angular-localization": "~1.2.0",
"angular-resource": "~1.2.21",
"angular-growl-v2": "latest",
"angular-toggle-switch": "~1.0.0",
"jquery-atmosphere": "2.0.5",
"angular-dragdrop": "~1.0.7",
"pick-a-color": "~1.2.3",
"angular-pick-a-color": "~0.2.0",
"angular-sanitize": "~1.2.23",
"moment": "latest",
"angular-ui-ace": "bower",
"fontawesome": "~4.3.0",
"angular-gridster": "latest",
"angular-ui-calendar": "latest",
"weather-icons": "~0.0.1",
"jquery-ui": "~1.11.1",
"angular-dialgauge": "~0.1.2",
"tinycolor": "latest",
"angular-timeago": "~0.1.9",
"vis": "latest",
"angular-http-auth": "~1.2.1",
"angular-base64": "~2.0.2",
"angular-bootstrap-select": "~0.0.5",
"angular-animate": "~1.3.8",
"checklist-model": "~0.1.3",
"angular-rt-popup": "~1.0.2"
},
"resolutions": {
"moment": "~2.9",
"jquery-ui": "~1.11.1",
"bootstrap": "~3.1",
"angular-bootstrap": "0.11.2",
"angular": "~1.3",
"jquery": "~2.x",
"angular-animate": "~1.3.8",
"angular-toggle-switch": "~1.0.0"
}
}