2019-08-14 17:42:56 -06:00
|
|
|
{
|
2020-04-14 13:23:37 -06:00
|
|
|
"name": "com.netsyms.packagehelper",
|
|
|
|
"displayName": "PackageHelper",
|
2024-12-20 12:12:31 -07:00
|
|
|
"version": "1.6.10",
|
2020-04-14 13:23:37 -06:00
|
|
|
"description": "Assistant app for door-to-door package delivery.",
|
|
|
|
"product_string": "PackageHelper",
|
|
|
|
"main": "www/index.html",
|
|
|
|
"window": {
|
|
|
|
"icon": "res/logo.png",
|
|
|
|
"id": "com.netsyms.packagehelper_window_main_00001",
|
|
|
|
"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-geolocation": {},
|
|
|
|
"cordova-plugin-device": {},
|
2020-04-16 20:07:47 -06:00
|
|
|
"cordova-plugin-battery-status": {},
|
|
|
|
"cordova-plugin-statusbar": {},
|
2021-02-18 17:29:07 -07:00
|
|
|
"cordova-plugin-inappbrowser": {},
|
2020-11-13 15:23:44 -07:00
|
|
|
"cordova-plugin-headercolor": {},
|
2021-12-06 23:42:46 -07:00
|
|
|
"cordova-plugin-velda-devicefeedback": {},
|
2022-09-01 01:30:13 -06:00
|
|
|
"cordova-plugin-nativestorage": {},
|
|
|
|
"phonegap-plugin-barcodescanner-android12": {
|
|
|
|
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
2023-06-21 21:20:30 -06:00
|
|
|
},
|
2023-06-29 02:20:49 -06:00
|
|
|
"@netsyms/cordova-plugin-powermanagement": {}
|
2019-08-14 17:42:56 -06:00
|
|
|
},
|
2020-04-14 13:23:37 -06:00
|
|
|
"platforms": [
|
2020-09-08 22:36:46 -06:00
|
|
|
"browser",
|
2022-08-31 14:37:43 -06:00
|
|
|
"ios",
|
|
|
|
"android"
|
2020-04-14 13:23:37 -06:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"cordova-browser": "^6.0.0",
|
|
|
|
"cordova-plugin-battery-status": "^2.0.3",
|
|
|
|
"cordova-plugin-device": "^2.0.3",
|
2021-02-18 17:29:07 -07:00
|
|
|
"cordova-plugin-statusbar": "^2.4.3"
|
2020-04-14 13:23:37 -06:00
|
|
|
},
|
2020-11-13 15:23:44 -07:00
|
|
|
"devDependencies": {
|
2023-06-29 02:48:08 -06:00
|
|
|
"@netsyms/cordova-plugin-powermanagement": "^1.1.3",
|
2022-08-31 14:37:43 -06:00
|
|
|
"cordova-android": "^11.0.0",
|
2021-02-18 17:29:07 -07:00
|
|
|
"cordova-ios": "^6.1.1",
|
|
|
|
"cordova-plugin-inappbrowser": "^4.1.0",
|
2021-12-06 23:42:46 -07:00
|
|
|
"cordova-plugin-nativestorage": "^2.3.2",
|
2021-05-08 17:38:12 -06:00
|
|
|
"cordova-plugin-velda-devicefeedback": "0.0.2",
|
2023-07-08 16:13:58 -06:00
|
|
|
"generate-license-file": "^2.0.0",
|
2022-09-01 01:30:13 -06:00
|
|
|
"phonegap-plugin-barcodescanner-android12": "^8.1.2"
|
2020-11-13 15:23:44 -07:00
|
|
|
}
|
2023-07-08 16:13:58 -06:00
|
|
|
}
|