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.
PackageHelper/package.json

60 lines
1.8 KiB
JSON

5 years ago
{
"name": "com.netsyms.packagehelper",
"displayName": "PackageHelper",
"version": "1.6.8",
"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": {},
"cordova-plugin-battery-status": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-headercolor": {},
"cordova-plugin-velda-devicefeedback": {},
"cordova-plugin-nativestorage": {},
"phonegap-plugin-barcodescanner-android12": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"@netsyms/cordova-plugin-powermanagement": {}
5 years ago
},
"platforms": [
"browser",
"ios",
"android"
]
},
"dependencies": {
"cordova-browser": "^6.0.0",
"cordova-plugin-battery-status": "^2.0.3",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-statusbar": "^2.4.3"
},
"devDependencies": {
"@netsyms/cordova-plugin-powermanagement": "^1.1.3",
"cordova-android": "^11.0.0",
"cordova-ios": "^6.1.1",
"cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-velda-devicefeedback": "0.0.2",
"generate-license-file": "^2.0.0",
"phonegap-plugin-barcodescanner-android12": "^8.1.2"
}
}