-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.4 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
{
"name": "yts-movies",
"displayName": "YTS Movies",
"version": "1.0.0",
"description": "Hybrid app for browsing and downloading movies using YTS API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "John Dave Manuel",
"license": "MIT",
"dependencies": {
"cordova-admob-sdk": "0.22.0",
"cordova-admobsdk": "^7.35.0",
"cordova-android": "7.1.1",
"cordova-plugin-admob-free": "0.25.0",
"cordova-plugin-admobpro": "^2.35.3",
"cordova-plugin-extension": "^1.5.4",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-promise-polyfill": "0.0.2"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-email-composer": {},
"cordova-plugin-admobpro": {
"PLAY_SERVICES_VERSION": "16.0.0"
},
"cordova-plugin-admob-free": {
"ADMOB_APP_ID": "<ca-app-pub-5793280052328718~8290052827>"
}
},
"platforms": [
"android"
]
}
}