MobileApp/package.json

57 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2017-06-16 18:47:16 -06:00
{
"name": "com.netsyms.apps.Mobile",
"displayName": "Netsyms Apps for Mobile",
2018-11-16 00:49:19 -07:00
"version": "2.0.1",
"description": "Securely use the Netsyms Apps from your phone or tablet.",
2018-03-27 16:06:01 -06:00
"main": "index.html",
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"dependencies": {
2018-11-09 00:31:42 -07:00
"cordova-android": "^7.1.2",
"cordova-browser": "^5.0.4",
2018-03-27 16:06:01 -06:00
"cordova-plugin-add-swift-support": "^1.7.1",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-background-fetch": "^5.4.1",
"cordova-plugin-badge": "^0.8.7",
2018-03-27 16:06:01 -06:00
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-device": "^2.0.1",
"cordova-plugin-dialog": "0.0.1",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-inappbrowser": "^2.0.2",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-nativestorage": "^2.3.2",
2018-03-27 16:06:01 -06:00
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.1",
"cordova-plugin-whitelist": "^1.3.2",
"cordova-plugin-zeroconf": "^1.3.1",
"phonegap-plugin-barcodescanner": "^7.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-headercolor": {},
"cordova-plugin-app-version": {},
"cordova-plugin-file": {},
"cordova-plugin-add-swift-support": {},
"cordova-plugin-zeroconf": {},
"cordova-plugin-statusbar": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-nativestorage": {},
2018-11-09 00:31:42 -07:00
"cordova-plugin-local-notification": {},
"cordova-plugin-background-fetch": {}
2017-06-29 04:01:49 -06:00
},
2018-03-27 16:06:01 -06:00
"platforms": [
2018-11-09 00:31:42 -07:00
"browser",
"android"
2018-03-27 16:06:01 -06:00
]
}
2017-06-16 18:47:16 -06:00
}