-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.1 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.1 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "org.wevote.cordova",
"displayName": "WeVoteCordova",
"version": "2.7.3",
"description": "WeVote's Cordova wrapper for the We Vote WebApp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "WeVote Cordova Team",
"license": "MIT",
"devDependencies": {
"cordova-android": "^14.0.1",
"cordova-ios": "^7.1.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-android-notch": "^1.0.3",
"cordova-plugin-apprate": "^1.8.0",
"cordova-plugin-camera": "^8.0.0",
"cordova-plugin-contacts-x-2025": "^1.0.0",
"cordova-plugin-customurlscheme": "github:EddyVerbruggen/Custom-URL-scheme",
"cordova-plugin-device": "^3.0.0",
"cordova-plugin-dialog": "^0.0.1",
"cordova-plugin-email-composer": "^0.10.1",
"cordova-plugin-file": "^8.1.3",
"cordova-plugin-geolocation": "^5.0.0",
"cordova-plugin-inappbrowser": "^6.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-screen-orientation": "^3.0.4",
"cordova-plugin-x-socialsharing": "^6.0.4"
},
"cordova": {
"platforms": [
"ios",
"android"
],
"plugins": {
"cordova-plugin-add-swift-support": {},
"cordova-plugin-android-notch": {},
"cordova-plugin-apprate": {
"PLAY_REVIEW_VERSION": "2.+"
},
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-contacts-x-2025": {},
"cordova-plugin-device": {},
"cordova-plugin-email-composer": {},
"cordova-plugin-facebook-connect": {
"APP_ID": "1097389196952441",
"APP_NAME": "WeVoteCordova",
"FACEBOOK_ANDROID_SDK_VERSION": "16.0.0",
"FACEBOOK_URL_SCHEME_SUFFIX": " ",
"OTHER_APP_SCHEMES": " ",
"FACEBOOK_AUTO_LOG_APP_EVENTS": "true",
"FACEBOOK_HYBRID_APP_EVENTS": "false",
"FACEBOOK_ADVERTISER_ID_COLLECTION": "true",
"FACEBOOK_IOS_SDK_VERSION": "11.1.0",
"FACEBOOK_BROWSER_SDK_VERSION": "v11.0"
},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-nativestorage": {},
"cordova-plugin-safariviewcontroller": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-sign-in-with-apple": {},
"cordova-plugin-taptic-engine": {},
"cordova-plugin-x-socialsharing": {
"PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "wevotetwitterscheme"
}
}
},
"dependencies": {
"cordova-plugin-facebook-connect": "3.2.0",
"fs-extra": "^11.3.2",
"jetifier": "^2.0.0",
"js-cookie": "^3.0.5",
"rimraf": "^6.1.2"
}
}