summaryrefslogtreecommitdiff
path: root/package.json
blob: 039b816ed4f5768c9510f2327e54742829fe6af9 (plain)
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
    "name": "com.pliablepixels.zmninjapro",
    "version": "1.2.44",
    "displayName": "zmNinja",
    "cordova": {
        "platforms": [
            "android",
            "ios"
        ],
        "plugins": {
            "com.telerik.plugins.nativepagetransitions": {},
            "cordova-library-helper": {
                "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save media to your Camera Roll"
            },
            "cordova-plugin-add-swift-support": {},
            "cordova-plugin-android-permissions": {},
            "cordova-plugin-app-version": {},
            "cordova-plugin-compat": {},
            "cordova-plugin-console": {},
            "cordova-plugin-customurlscheme": {
                "URL_SCHEME": "zmninja"
            },
            "cordova-plugin-device": {},
            "cordova-plugin-file": {},
            "cordova-plugin-file-transfer": {},
            "cordova-plugin-globalization": {},
            "cordova-plugin-inappbrowser": {},
            "cordova-plugin-insomnia": {},
            "cordova-plugin-ios-longpress-fix": {},
            "cordova-plugin-media": {
                "MICROPHONE_USAGE_DESCRIPTION": " "
            },
            "cordova-plugin-network-information": {},
            "cordova-plugin-photo-library": {
                "PHOTO_LIBRARY_USAGE_DESCRIPTION": "images to gallery"
            },
            "cordova-plugin-pin-dialog": {},
            "cordova-plugin-settings-hook": {},
            "cordova-plugin-splashscreen": {},
            "cordova-plugin-touchid": {},
            "cordova-plugin-websocket": {},
            "cordova-plugin-whitelist": {},
            "cordova-sqlite-storage": {},
            "ionic-plugin-keyboard": {},
            "org.devgeeks.Canvas2ImagePlugin": {
                "PHOTOLIBRARY_USAGE_DESCRIPTION": " "
            },
            "phonegap-plugin-mobile-accessibility": {},
            "phonegap-plugin-push": {
                "SENDER_ID": "710936220256"
            },
            "cordova-plugin-statusbar": {},
            "cordova-custom-config": {},
            "cordova.plugins.diagnostic": {},
            "cordova-plugin-email": {},
            "cordova-plugin-crosswalk-webview": {
                "XWALK_MODE": "lite",
                "XWALK_VERSION": "17.46.459.1",
                "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
                "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
                "XWALK_MULTIPLEAPK": "true"
            },
            "cordova-plugin-crosswalk-certificate": {}
        }
    },
    "dependencies": {
        "EmailComposer": "git+https://github.com/pliablepixels/email-composer.git",
        "com.telerik.plugins.nativepagetransitions": "^0.6.5",
        "cordova-android": "^6.2.3",
        "cordova-custom-config": "^4.0.2",
        "cordova-ios": "^4.4.0",
        "cordova-library-helper": "^1.0.4",
        "cordova-plugin-add-swift-support": "^1.7.0",
        "cordova-plugin-android-permissions": "^1.0.0",
        "cordova-plugin-app-version": "^0.1.9",
        "cordova-plugin-canvas2image": "git+https://github.com/flache/Canvas2ImagePlugin.git",
        "cordova-plugin-compat": "^1.2.0",
        "cordova-plugin-console": "^1.1.0",
        "cordova-plugin-crosswalk-certificate": "git+https://github.com/danjarvis/cordova-plugin-crosswalk-certificate.git",
        "cordova-plugin-crosswalk-webview": "^2.2.0",
        "cordova-plugin-customurlscheme": "^4.3.0",
        "cordova-plugin-device": "^1.1.6",
        "cordova-plugin-email": "git+https://github.com/pliablepixels/cordova-email-plugin.git",
        "cordova-plugin-file": "^4.3.3",
        "cordova-plugin-file-transfer": "^1.6.3",
        "cordova-plugin-globalization": "^1.0.7",
        "cordova-plugin-inappbrowser": "^1.7.1",
        "cordova-plugin-insomnia": "^4.3.0",
        "cordova-plugin-ios-longpress-fix": "^1.1.0",
        "cordova-plugin-media": "git+https://github.com/pliablepixels/cordova-plugin-media.git",
        "cordova-plugin-network-information": "^1.3.3",
        "cordova-plugin-photo-library": "^1.2.2",
        "cordova-plugin-pin-dialog": "^0.1.3",
        "cordova-plugin-settings-hook": "^0.2.7",
        "cordova-plugin-splashscreen": "^4.0.3",
        "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git",
        "cordova-plugin-touchid": "^0.4.0",
        "cordova-plugin-websocket": "^0.12.2",
        "cordova-plugin-whitelist": "^1.3.2",
        "cordova-sqlite-storage": "^1.5.3",
        "cordova.plugins.diagnostic": "^3.7.1",
        "deep-equal": "^1.0.1",
        "default-passive-events": "^0.1.1",
        "electron-window-state": "^4.1.1",
        "ionic-plugin-keyboard": "^2.2.1",
        "json-file": "^0.1.0",
        "minimist": "^1.2.0",
        "mkdirp": "^0.5.1",
        "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin",
        "phonegap-plugin-mobile-accessibility": "^1.0.5",
        "phonegap-plugin-push": "^1.10.5"
    },
    "devDependencies": {
        "bower": "^1.8.2"
    }
}