forked from jellyfin-archive/jellyfin-android-original
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 KB
/
package.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
{
"name": "jellyfin-android",
"version": "0.9.10",
"description": "A Cordova mobile app for Jellyfin",
"repository": {
"type": "git",
"url": "https://github.com/jellyfin/jellyfin-android.git"
},
"scripts": {
"prepare": "gulp"
},
"license": "GPL-2.0-only",
"dependencies": {
"acorn": "^6.4.1",
"cordova": "^9.0.0",
"cordova-android": "^8.1.0",
"cordova-plugin-androidx": "^1.0.2",
"cordova-plugin-chromecast": "git+https://github.com/jellyfin/cordova-plugin-chromecast.git#v0.1.1",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"del": "^3.0.0",
"es6-promise-plugin": "^4.2.2",
"gulp": "^4.0.0",
"gulp-dom": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-uglify": "^3.0.2",
"jellyfin-web": "git+https://github.com/jellyfin/jellyfin-web.git#v10.5.2",
"org.jellyfin.mobile": "file:src/NativeShell",
"request": "^2.88.0",
"terser": "^4.6.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-chromecast": {},
"cordova-plugin-androidx": {},
"cordova-plugin-screen-orientation": {},
"org.jellyfin.mobile": {}
},
"platforms": [
"android"
]
}
}