summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
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