| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "com.izouma.muye",
- "displayName": "HelloCordova",
- "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-plugin-camera": "^4.0.3",
- "cordova-plugin-handheld": "file:../handheld",
- "cordova-plugin-multidex": "^0.1.4",
- "cordova-plugin-remote-injection": "^0.5.2",
- "cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-wkwebview-engine": "^1.1.4",
- "cordova-plugin-x-toast": "^2.6.2"
- },
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-wkwebview-engine": {},
- "cordova-plugin-multidex": {},
- "cordova-plugin-remote-injection": {},
- "cordova-plugin-handheld": {},
- "cordova-plugin-x-toast": {}
- },
- "platforms": [
- "android"
- ]
- }
- }
|