| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "com.izouma.milk",
- "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-ios": "^4.5.4",
- "cordova-plugin-camera": "^4.0.2",
- "cordova-plugin-handheld": "file:../handheld",
- "cordova-plugin-navigationbar": "file:../navigationbar",
- "cordova-plugin-pgyer": "file:../pgyer",
- "cordova-plugin-remote-injection": "^0.5.2",
- "cordova-plugin-splashscreen": "^5.0.1",
- "cordova-plugin-tencent-bg-location": "file:../tencentBgLocation",
- "cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-wkwebview-engine": "^1.1.4",
- "cordova-plugin-x-toast": "^2.6.0"
- },
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-x-toast": {},
- "cordova-plugin-pgyer": {
- "APP_ID": "d0f09be14a67a2082bdf777eb0b2a8c2"
- },
- "cordova-plugin-wkwebview-engine": {},
- "cordova-plugin-camera": {},
- "cordova-plugin-tencent-bg-location": {
- "API_KEY": "PPQBZ-HCQLO-MMNWE-SHIDE-Y42BH-D3F76"
- },
- "cordova-plugin-navigationbar": {},
- "cordova-plugin-remote-injection": {},
- "cordova-plugin-handheld": {}
- },
- "platforms": [
- "android",
- "ios"
- ]
- }
- }
|