forked from volumio/Volumio2-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 999 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
35
{
"name": "volumio",
"version": "0.1.0",
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-cookies": "~1.5.0",
"angular-touch": "~1.5.0",
"angular-bootstrap": "~1.1.0",
"angular-bootstrap-slider": "~0.1.17",
"angular-bootstrap-switch": "~0.4.1",
"angular-knob": "~0.0.2",
"angular-toastr": "~1.4.1",
"angular-ui-router": "~0.2.15",
"angular-ui-select": "~0.12.0",
"animate.css": "~3.3.0",
"bootstrap-sass-official": "~3.3.4",
"components-font-awesome": "~4.4.0",
"jquery": "~2.1.4",
"moment": "~2.10.3",
"socket.io": "~1.4.0",
"ui-router-extras": "~0.1.0",
"matchmedia-ng": "^1.0.5",
"AngularHammer": "ryanmullins-angular-hammer#^2.1.10",
"ngDraggable": "git://github.com/fatlinesofcode/ngDraggable.git#92bacff"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.5.0"
}
}