| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "com.izouma.huanbaojia",
- "displayName": "HuanBaoJia",
- "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": {
- "alloyfinger": "^0.1.15",
- "cordova-android": "^7.1.2",
- "cordova-ios": "^4.5.5",
- "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-jcore": "^1.2.6",
- "cordova-plugin-remote-injection": "^0.5.2",
- "cordova-plugin-splashscreen": "^5.0.2",
- "cordova-plugin-statusbar": "^2.4.2",
- "cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-wkwebview-engine": "^1.1.4",
- "cordova-plugin-x-toast": "^2.6.2",
- "cross-spawn": "^6.0.5",
- "jpush-phonegap-plugin": "^3.5.1",
- "minimist": "^1.2.0",
- "ora": "^3.0.0",
- "pdfviewer": "git+https://github.com/x1ongzhu/cordova-plugin-pdfviewer.git",
- "progress": "^2.0.3",
- "request": "^2.88.0",
- "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-statusbar": {},
- "cordova-plugin-file": {},
- "cordova-plugin-remote-injection": {},
- "cordova-plugin-crosswalk-webview": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-wkwebview-engine": {},
- "jpush-phonegap-plugin": {
- "APP_KEY": "9c6e3cd69bd572f7c548ac83"
- }
- },
- "platforms": [
- "ios",
- "android"
- ]
- }
- }
|