diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 14:31:10 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 14:31:10 -0400 |
| commit | 02380f39ae23045318556ed975809adbd0160fe0 (patch) | |
| tree | c0dd009210543b224c781da5c94644f71d0783fa /package.json | |
| parent | b28028ac4082842143b0f528d6bc539da6ccb419 (diff) | |
added other files, also fixed xwalk
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/package.json b/package.json index 806b114b..c1995dff 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,16 @@ "async": "^1.4.2", "autoprefixer": "^7.1.4", "com.telerik.plugins.nativepagetransitions": "^0.6.5", + "cordova-android": "^6.2.3", "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-certificates": "git+https://github.com/hypery2k/cordova-certificate-plugin.git", "cordova-plugin-compat": "^1.1.0", "cordova-plugin-console": "^1.0.7", + "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": "^1.2.6", @@ -160,6 +162,7 @@ ], "cordova": { "platforms": [ + "android", "ios" ], "plugins": { @@ -168,7 +171,6 @@ }, "cordova-plugin-settings-hook": {}, "cordova-sqlite-storage": {}, - "cordova-plugin-certificates": {}, "cordova-library-helper": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save media to your Camera Roll" }, @@ -203,7 +205,15 @@ "SENDER_ID": "710936220256" }, "cordova-plugin-email": {}, - "cordova-plugin-statusbar": {} + "cordova-plugin-statusbar": {}, + "cordova-plugin-crosswalk-certificate": {}, + "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" + } } } }
\ No newline at end of file |
