| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "com.izouma.leitongxue",
- "displayName": "LeiTongXue",
- "version": "1.0.0",
- "description": "A sample Apache Cordova application that responds to the deviceready event.",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Apache Cordova Team",
- "license": "Apache-2.0",
- "dependencies": {
- "cordova-android": "^6.3.0",
- "cordova-ios": "^4.5.4",
- "cordova-plugin-camera": "^4.0.3",
- "cordova-plugin-clipboard-x": "^1.0.1",
- "cordova-plugin-crosswalk-webview": "git+https://github.com/fribace/cordova-plugin-crosswalk-webview.git",
- "cordova-plugin-device": "^2.0.2",
- "cordova-plugin-fastrde-injectview": "^0.2.0",
- "cordova-plugin-file": "^6.0.1",
- "cordova-plugin-inappbrowser": "^3.0.0",
- "cordova-plugin-remote-injection": "^0.5.2",
- "cordova-plugin-splashscreen": "^5.0.2",
- "cordova-plugin-statusbar": "^2.4.2",
- "cordova-plugin-wechatv2": "^2.1.2",
- "cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-wkwebview-engine": "^1.1.4",
- "cordova-plugin-x-toast": "^2.6.2",
- "sharp": "^0.20.2"
- },
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-inappbrowser": {},
- "cordova-plugin-camera": {},
- "cordova-plugin-device": {},
- "cordova-plugin-x-toast": {},
- "cordova-plugin-clipboard-x": {},
- "cordova-plugin-wkwebview-engine": {},
- "cordova-plugin-statusbar": {},
- "cordova-plugin-wechatv2": {
- "WECHATAPPID": "wx4f228b18e366330c"
- },
- "cordova-plugin-file": {},
- "cordova-plugin-remote-injection": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-crosswalk-webview": {
- "XWALK_VERSION": "23+",
- "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
- "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
- "XWALK_MODE": "embedded",
- "XWALK_MULTIPLEAPK": "true"
- }
- },
- "platforms": [
- "android",
- "ios"
- ]
- }
- }
|