forked from ssaigal/Reader
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.8 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
{
"name": "io.cordova.hellocordova",
"version": "1.0.0",
"displayName": "Reader",
"cordova": {
"platforms": [
"browser",
"ios",
"android"
],
"plugins": {
"cordova-plugin-compat": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-fullscreen": {},
"cordova-plugin-file": {},
"cordova-sqlite-storage": {},
"cordova-plugin-armsoft-mfilechooser-nancydrew": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-tts": {},
"com.megster.cordova.FileChooser": {},
"cordova-plugin-filepath": {},
"cordova-plugin-android-permissions": {},
"cordova-plugin-zip": {},
"org.apache.cordova.speech.speechrecognition": {
"MICROPHONE_USAGE_DESCRIPTION": " ",
"SPEECH_RECOGNITION_USAGE_DESCRIPTION": " "
},
"cordova-plugin-email-composer": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
}
}
},
"dependencies": {
"cloudconvert": "^1.1.2",
"com.megster.cordova.FileChooser": "http://github.com/don/cordova-filechooser.git",
"cordova-android": "^7.1.4",
"cordova-browser": "^5.0.4",
"cordova-ios": "^4.5.5",
"cordova-plugin-android-permissions": "~0.10.0",
"cordova-plugin-armsoft-mfilechooser-nancydrew": "https://github.com/nancydrew123/MFileChooser",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-email-composer": "^0.8.4",
"cordova-plugin-file-transfer": "~1.6.1",
"cordova-plugin-filepath": "~1.0.2",
"cordova-plugin-inappbrowser": "~1.6.1",
"cordova-plugin-tts": "~0.2.3",
"cordova-plugin-whitelist": "1",
"cordova-plugin-zip": "~3.1.0",
"cordova-sqlite-storage": "~2.0.2",
"org.apache.cordova.speech.speechrecognition": "https://github.com/macdonst/SpeechRecognitionPlugin"
}
}