-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.34 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
{
"name": "online.streamely.www",
"displayName": "Streamely",
"version": "1.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-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-network-information": "^3.0.0"
},
"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": {}
}
}
}