| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "com.izouma.lingxiancar",
- "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-alipay-v2": "0.0.4",
- "cordova-plugin-app-update": "git+https://github.com/x1ongzhu/cordova-plugin-app-update.git",
- "cordova-plugin-app-version": "^0.1.9",
- "cordova-plugin-cdvnavbar": "^2.4.1",
- "cordova-plugin-navigationbar": "file:../navigationbar",
- "cordova-plugin-qqlocation": "file:../qqlocation",
- "cordova-plugin-splashscreen": "^5.0.1",
- "cordova-plugin-webserver": "^1.0.3",
- "cordova-plugin-wechat": "^2.1.0",
- "cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-wkwebview": "^0.6.10",
- "cordova-plugin-wkwebview-engine": "^1.1.4",
- "cordova-plugin-x-toast": "^2.6.0"
- },
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-wechat": {
- "WECHATAPPID": "wxb72c361102cca2dc"
- },
- "cordova-plugin-alipay-v2": {
- "APP_ID": "2016091300498738"
- },
- "cordova-plugin-x-toast": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-qqlocation": {
- "API_KEY": "PPQBZ-HCQLO-MMNWE-SHIDE-Y42BH-D3F76"
- },
- "cordova-plugin-wkwebview-engine": {},
- "cordova-plugin-navigationbar": {},
- "cordova-plugin-app-update": {},
- "cordova-plugin-app-version": {}
- },
- "platforms": [
- "ios",
- "android"
- ]
- }
- }
|