You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HelenaExpressApp/package.json

93 lines
3.1 KiB
JSON

4 years ago
{
"name": "com.netsyms.helenaexpress.app",
"displayName": "Helena Express",
"version": "1.4.0",
"description": "App to schedule and track package pickup and courier services",
"product_string": "Helena Express",
4 years ago
"main": "www/index.html",
"window": {
"icon": "res/logo-sm.png",
"id": "express.helena.app_window_main_00001",
4 years ago
"frame": true
},
"user_agent": "Mozilla/5.0 (%osinfo) %name/%ver NW.js/%nwver WebKit/%webkit_ver Chromium/%chromium_ver",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-barcodescanner": {},
"cordova-plugin-device": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-headercolor": {},
"cordova-plugin-theme-detection": {},
"cordova-plugin-nativestorage": {},
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-velda-devicefeedback": {},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
},
"cordova-plugin-inappbrowser": {},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "helenaexpress",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "helena.express",
"ANDROID_PATH_PREFIX": "/track",
"ANDROID_2_PATH_PREFIX": "/rates",
"ANDROID_3_PATH_PREFIX": "/das/pickup",
"ANDROID_4_PATH_PREFIX": "/schedule",
"ANDROID_5_PATH_PREFIX": "/app",
"DEEPLINK_2_SCHEME": "https",
"DEEPLINK_2_HOST": "helena.express",
"DEEPLINK_3_SCHEME": "https",
"DEEPLINK_3_HOST": "helena.express",
"DEEPLINK_4_SCHEME": "https",
"DEEPLINK_4_HOST": "helena.express",
"DEEPLINK_5_SCHEME": "https",
"DEEPLINK_5_HOST": "helena.express"
}
4 years ago
},
"platforms": [
"browser",
"ios",
"android"
4 years ago
]
},
"dependencies": {
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-theme-detection": "^1.3.0",
4 years ago
"cordova-plugin-whitelist": "^1.3.4"
},
4 years ago
"devDependencies": {
"cordova-android": "^10.1.1",
"cordova-browser": "^6.0.0",
"cordova-ios": "^6.1.1",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-camera": "^5.0.1",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-velda-devicefeedback": "0.0.2",
"cordova-plugin-x-socialsharing": "^6.0.3",
"cordova-webintent": "github:cordova-misc/cordova-webintent",
"es6-promise-plugin": "^4.2.2",
"ionic-plugin-deeplinks": "^1.0.23"
4 years ago
}
}