PCInfoClient/package.json

40 lines
1.3 KiB
JSON
Raw Normal View History

2018-06-29 15:48:01 -06:00
{
2018-06-29 18:04:37 -06:00
"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": {}
2018-06-29 15:48:01 -06:00
},
2018-06-29 18:04:37 -06:00
"platforms": [
"android"
]
}
2018-06-29 15:48:01 -06:00
}