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.

40 lines
1.3 KiB
JSON

{
"name": "com.netsyms.pcinfoclient",
"displayName": "PC Info",
"version": "1.0.0",
"description": "Cross-platform API client app for PCInfo",
"main": "www/index.html",
"author": "Netsyms Technologies",
"chromium-args": "--enable-logging=stderr",
"window": {
"icon": "res/logo-whitebg.png"
},
"dependencies": {
"cordova-android": "^7.0.0",
"cordova-plugin-console": "git+https://github.com/apache/cordova-plugin-console.git",
"cordova-plugin-device": "git+https://github.com/apache/cordova-plugin-device.git",
"cordova-plugin-dialogs": "git+https://github.com/apache/cordova-plugin-dialogs.git",
"cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"phonegap-plugin-barcodescanner": "^8.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-headercolor": {},
"cordova-plugin-statusbar": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-dialogs": {},
"cordova-plugin-console": {},
"cordova-plugin-file": {},
"cordova-plugin-device": {}
},
"platforms": [
"android"
]
}
}