-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
executable file
·78 lines (77 loc) · 1.6 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ngsub",
"version": "0.0.1",
"homepage": "https://github.com/ezpuzz/ngSub",
"authors": [
"Emory P. <emory@onlyfor.us>"
],
"description": "Subsonic Music Server HTML5 Frontend",
"main": "index.html",
"keywords": [
"Music",
"Streaming",
"HTML5",
"Subsonic",
"Client",
"Frontend",
"Angular"
],
"license": "GPLv2",
"ignore": [
"**/.*",
"node_modules",
"test"
],
"dependencies": {
"jquery": "~1",
"angular": "~1.4",
"angular-resource": "~1.4",
"angular-sanitize": "~1.4",
"angular-ui-router": ">=0.2",
"angular-mousewheel": "~1",
"db": "WebReflection/db",
"fancybox": "~2",
"jquery.base64.js": "yckart/jquery.base64.js#~0.0.2",
"jquery-dateFormat": "phstc/jquery-dateFormat#~1",
"jquery.scrollTo": "~1",
"angular-vs-repeat": "kamilkp/angular-vs-repeat",
"bootstrap": "*",
"js-cover-flow": "luwes/js-cover-flow",
"mediaelement": "4.0.*",
"font-awesome": "latest"
},
"overrides": {
"js-cover-flow":
{
"main":
[
"coverflow.js",
"coverflow.css"
]
},
"db": {
"main": "build/asyncStorage.max.js"
},
"jquery.base64.js": {
"main": "jquery.base64.js"
},
"jquery-dateFormat": {
"main": "dist/jquery-dateFormat.js"
},
"angular-vs-repeat": {
"main": "angular-vs-repeat.js"
},
"fancybox": {
"main": [
"source/jquery.fancybox.js",
"source/jquery.fancybox.css"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/"
]
}
}
}