forked from tsquillario/Jamstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
66 lines (66 loc) · 1.72 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
{
"name": "jamstash",
"version": "4.6.3",
"description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming",
"authors": [
"tsquillario (https://github.com/tsquillario)",
"maletor (https://github.com/maletor)",
"javaguirre (https://github.com/javaguirre)",
"Concept211 (https://github.com/Concept211) ",
"jerbob92 (https://github.com/jerbob92)",
"kennyhwang (https://github.com/kennyhwang)",
"ioggstream (https://github.com/ioggstream)",
"x37v (https://github.com/x37v)",
"Hyzual (https://github.com/Hyzual)"
],
"homepage": "http://jamstash.com",
"keywords": [
"subsonic",
"archive.org",
"music"
],
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tsquillario/Jamstash.git"
},
"main": "app/index.html",
"dependencies": {
"angular": "~1.4.1",
"angular-route": "~1.4.1",
"angular-sanitize": "~1.4.1",
"angular-cookies": "~1.4.1",
"angular-resource": "~1.4.1",
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"jplayer": "~2.9.2",
"fancybox": "~2.1.4",
"notify.js": "<=1.2.2",
"jquery.scrollTo": "~1.4.5",
"jquery-dateFormat": "~1.0.2",
"angular-locker": "~2.0.1",
"angular-ui-utils": "bower-keypress",
"open-iconic": "~1.1.1",
"ng-lodash": "~0.2.3",
"angular-ui-sortable": "~0.13.4"
},
"overrides": {
"fancybox": {
"main": [
"source/jquery.fancybox.js",
"source/jquery.fancybox.css"
]
}
},
"devDependencies": {
"angular-mocks": "~1.4.1",
"jasmine-promise-matchers": "~1.1.1",
"jasmine-fixture": "~1.3.2"
},
"ignore": [
"bower_components",
"node_modules"
],
"private": true,
"appPath": "app"
}