forked from dirkgroenen/mopidy-mopify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
29 lines (29 loc) · 843 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
{
"name": "mopidy-mopify",
"description": "Webclient for Mopidy",
"version": "0.0.0",
"homepage": "https://github.com/dirkgroenen/mopidy-mopify",
"license": "apache",
"private": true,
"dependencies": {
"angular": "1.3.x",
"angular-route": "~1.3.8",
"angular-local-storage": "~0.1.5",
"html5-boilerplate": "~4.3.0",
"underscore": "~1.8.0",
"ng-context-menu": "~1.0.1",
"angular-animate": "~1.3.8",
"angular-loading-bar": "~0.6.0",
"angular-notifier": "~0.0.3",
"angular-sanitize": "~1.3.8",
"ngInfiniteScroll": "~1.2.0",
"angular-toggle-switch": "~1.0.0",
"ryanmullins-angular-hammer": "~2.1.10",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"clipboard": "~1.5.3"
},
"resolutions": {
"angular": "1.3.20",
"angular-bootstrap": "~0.12.0"
}
}