-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.11 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.11 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
{
"name": "ezra-bible-app",
"displayName": "Ezra Bible App",
"version": "1.19.1",
"description": "Ezra Bible App is a Bible study tool focussing on topical study based on keywords/tags.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tobias Klein",
"license": "GPL-2.0+",
"dependencies": {
"cordova": "^13.0.0",
"cordova-android": "^14.0.1",
"cordova-clipboard": "^1.3.0",
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-app-version": "^0.1.14",
"cordova-plugin-customurlscheme": "^5.0.2",
"cordova-plugin-deeplinks": "^1.1.1",
"cordova-plugin-device": "^3.0.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-fonts": "^0.6.5",
"cordova-plugin-fullscreen": "^1.3.0",
"cordova-plugin-inappbrowser": "6.0.0",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-is-debug": "^1.0.0",
"cordova-plugin-statusbar": "^3.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-android-permissions": {},
"cordova-plugin-is-debug": {},
"cordova-plugin-fullscreen": {},
"cordova-plugin-insomnia": {},
"cordova-plugin-app-version": {},
"cordova-clipboard": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-file": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-fonts": {},
"cordova-plugin-device": {},
"@red-mobile/nodejs-mobile-cordova": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "ezrabible",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-deeplinks": {}
},
"platforms": [
"android",
"ios"
]
},
"devDependencies": {
"@red-mobile/nodejs-mobile-cordova": "github:tobias-klein/nodejs-mobile-cordova#f21a4a13",
"cordova-ios": "^7.1.0",
"cordova-plugin-ionic-keyboard": "github:itbeyond/cordova-plugin-ionic-keyboard",
"cordova-plugin-network-information": "github:apache/cordova-plugin-network-information#78de889",
"xcode": "^3.0.1"
}
}