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
|
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {}
},
"installed_plugins": {
"com.ionic.keyboard": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-console": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "stoneisland",
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-device": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-dialogs": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-geolocation": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-network-information": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-x-socialsharing": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"phonegap-plugin-push": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
},
"cordova-plugin-inappbrowser": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
}
},
"dependent_plugins": {}
}
|