-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "online.streamely.www",
"displayName": "Streamely",
"version": "2.0.0",
"description": "A simple app that allows users to stream movies and TV shows for free directly on their Android devices without ads.",
"main": "index.js",
"scripts": {
"debug": "cordova run android --debug",
"build": "cordova build android"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Jerickson Mayor",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^13.0.0",
"cordova-androidx-build": "^1.0.4",
"cordova-plugin-advanced-http": "github:elyeandre/cordova-plugin-advanced-http",
"cordova-plugin-android-tv": "github:elyeandre/cordova-plugin-android-tv",
"cordova-plugin-app-launcher": "github:elyeandre/cordova-plugin-app-launcher",
"cordova-plugin-background-mode": "github:elyeandre/cordova-plugin-background-mode",
"cordova-plugin-cleartext": "^1.0.0",
"cordova-plugin-device": "^3.0.0",
"cordova-plugin-fetch": "github:elyeandre/cordova-plugin-fetch",
"cordova-plugin-file": "^8.1.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-statusbar": "^4.0.0",
"cordova-plugin-x-toast": "^2.7.3"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-fetch": {},
"cordova-plugin-app-launcher": {},
"cordova-plugin-cleartext": {},
"cordova-plugin-android-tv": {},
"cordova-plugin-device": {},
"cordova-plugin-network-information": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-advanced-http": {
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-x-toast": {}
}
},
"dependencies": {
"esbuild": "^0.24.2",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}