forked from jellyfin-archive/jellyfin-android-original
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 930 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 930 Bytes
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
{
"name": "jellyfin-android",
"version": "2.8.54",
"description": "A Cordova-based mobile app for Jellyfin",
"repository": {
"type": "git",
"url": "https://github.com/jellyfin/jellyfin-android.git"
},
"scripts": {
"postinstall": "gulp"
},
"license": "GPL-2.0-only",
"dependencies": {
"acorn": "^6.0.5",
"cordova": "^7.1.0",
"cordova-android": "^6.3.0",
"cordova-plugin-whitelist": "^1.3.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-dom": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-uglify": "^3.0.1",
"acidhax.cordova.chromecast": "https://github.com/jellyfin/cordova-plugin-chromecast",
"org.jellyfin.mobile": "./src/NativeShell"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"acidhax.cordova.chromecast": {},
"org.jellyfin.mobile": {}
},
"platforms": [
"android"
]
}
}