-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 978 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": "MoonSongs",
"description": "A open source selfhosted music service",
"version": "0.0.7",
"homepage": "https://github.com/telpalbrox/",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.2.x",
"angular-route": "1.2.x",
"angular-loader": "1.2.x",
"angular-mocks": "~1.2.x",
"html5-boilerplate": "~4.3.0",
"id3": "~1.0.2",
"angular-bootstrap": "~0.12.1",
"angular-dragdrop": "~1.0.11",
"ngFx": "~1.0.6",
"angular-loading-bar": "~0.7.1",
"jquery": "~2.1.3",
"ng-file-upload": "~3.1.2",
"bootstrap": "~3.3.2",
"angular-touch": "~1.3.14",
"angular-file-upload": "~1.1.5",
"angular-translate": "~2.6.1",
"angular-translate-loader-static-files": "~2.6.1",
"angular-ui-router": "~0.2.13",
"fontawesome": "~4.3.0",
"angular-messages": "1.3.15"
},
"resolutions": {
"angular": "1.3.15",
"angular-loading-bar": "~0.7.1",
"ng-file-upload": "~3.1.2"
}
}