-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 2.13 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "org.wevote.cordova",
"displayName": "WeVoteCordova",
"version": "2.5.0",
"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": "^13.0.0",
"cordova-ios": "6.3",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-contacts-x": "^2.1.2",
"cordova-plugin-customurlscheme": "github:EddyVerbruggen/Custom-URL-scheme",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-dialog": "^0.0.1",
"cordova-plugin-email-composer": "^0.10.1",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-screen-orientation": "^3.0.3",
"cordova-plugin-x-socialsharing": "^6.0.4",
"cordova-support-android-plugin": "^2.0.4",
"es6-promise-plugin": "^4.2.2",
"fs-extra": "^10.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "wevotetwitterscheme",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-dialogs": {},
"cordova-plugin-taptic-engine": {},
"cordova.plugins.diagnostic": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-add-swift-support": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-email-composer": {},
"cordova-plugin-sign-in-with-apple": {},
"cordova-plugin-safariviewcontroller": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-device": {},
"cordova-plugin-screen-orientation": {},
"cordova-support-android-plugin": {},
"cordova-plugin-contacts-x": {}
},
"platforms": [
"ios",
"android"
]
},
"dependencies": {
"cordova": "^12.0.0",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-taptic-engine": "^2.1.0",
"cordova.plugins.diagnostic": "7.1.0",
"jetifier": "^2.0.0",
"js-cookie": "^3.0.1",
"rimraf": "^5.0.1"
}
}