MobileApp/package.json

41 lines
1.6 KiB
JSON
Raw Normal View History

2017-06-16 18:47:16 -06:00
{
"name": "com.netsyms.BusinessMobile",
"displayName": "Business for Mobile",
2017-07-25 01:24:09 -06:00
"version": "1.2.1",
2017-06-16 18:47:16 -06:00
"description": "Mobile client for the Netsyms Business Apps.",
"main": "index.html",
"author": "Netsyms Technologies",
2017-06-29 04:01:49 -06:00
"license": "netsyms-business-license",
"dependencies": {
"cordova-android": "^6.2.3",
"cordova-plugin-app-version": "^0.1.9",
2017-06-29 04:01:49 -06:00
"cordova-plugin-compat": "^1.1.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-dialog": "0.0.1",
"cordova-plugin-dialogs": "git+https://github.com/apache/cordova-plugin-dialogs.git",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-inappbrowser": "^1.7.1",
2017-06-29 04:01:49 -06:00
"cordova-plugin-splashscreen": "git+https://github.com/apache/cordova-plugin-splashscreen.git",
"cordova-plugin-statusbar": "^2.2.3",
2017-06-29 04:01:49 -06:00
"cordova-plugin-whitelist": "^1.3.2",
"phonegap-plugin-barcodescanner": "^6.0.6"
},
"cordova": {
"plugins": {
"phonegap-plugin-barcodescanner": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-headercolor": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-app-version": {}
2017-06-29 04:01:49 -06:00
},
"platforms": [
"android"
2017-06-29 04:01:49 -06:00
]
}
2017-06-16 18:47:16 -06:00
}