-
Notifications
You must be signed in to change notification settings - Fork 131
/
bower.json
57 lines (57 loc) · 1.16 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
{
"name": "Cuevana Storm",
"version": "0.2.1",
"homepage": "https://github.com/Cuevana/storm",
"authors": [
"(Cuevana <info@cuevana.tv>)"
],
"moduleType": [
"node"
],
"keywords": [
"cuevana",
"storm",
"torrent",
"streaming"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.0",
"angular-animate": "~1.3.0",
"angular-translate": "~2.4.2",
"angular-translate-loader-static-files": "~2.4.2",
"restangular": "~1.4.0",
"angular-loading-bar": "~0.6.0",
"angular-cookie": "~4.0.6",
"angular-media-player": "~0.5.8",
"angular-local-storage": "~0.1.3",
"angular-pouchdb": "~0.1.5",
"offline": "~0.7.11",
"angulartics": "~0.17.0",
"angular-once": "~0.1.8"
},
"overrides": {
"angular-loading-bar": {
"main": "build/loading-bar.js"
},
"angulartics": {
"main": [
"src/angulartics.js",
"src/angulartics-ga.js"
],
"dependencies": null
}
},
"resolutions": {
"angular": "~1.3.0"
}
}