| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "com.izouma.gmmis",
- "displayName": "gmMis",
- "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": "^8.1.2",
- "cordova-android": "^7.1.4",
- "cordova-plugin-camera": "^4.0.3",
- "cordova-plugin-clipboard-x": "^1.0.1",
- "cordova-plugin-crosswalk-webview": "git+https://github.com/x1ongzhu/cordova-plugin-crosswalk-webview.git",
- "cordova-plugin-device": "^2.0.2",
- "cordova-plugin-handheld": "https://github.com/x1ongzhu/cordova-plugin-handheld.git",
- "cordova-plugin-pgyer": "git+https://github.com/x1ongzhu/cordova-plugin-pgyer.git",
- "cordova-plugin-statusbar": "^2.4.2",
- "cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-wkwebview-engine": "^1.1.4",
- "cordova-plugin-x-toast": "^2.7.2",
- "cross-spawn": "^6.0.5",
- "ora": "^3.0.0",
- "progress": "^2.0.3",
- "request": "^2.88.0"
- },
- "cordova": {
- "plugins": {
- "cordova-plugin-statusbar": {},
- "cordova-plugin-wkwebview-engine": {},
- "cordova-plugin-camera": {},
- "cordova-plugin-device": {},
- "cordova-plugin-clipboard-x": {},
- "cordova-plugin-whitelist": {},
- "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": "false"
- },
- "cordova-plugin-handheld": {},
- "cordova-plugin-pgyer": {
- "APP_ID": "fc1475cd6e3915ca794041977acbfc2a"
- }
- },
- "platforms": [
- "android"
- ]
- }
- }
|