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

23 lines
702 B
JSON

{
"name": "com.netsyms.BusinessStation",
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"displayName": "Station",
"version": "1.2.1",
"description": "A kiosk app for easy, fast access to core Business Apps features.",
"dependencies": {
"cordova-android": "^6.2.3",
"cordova-plugin-console": "git+https://github.com/apache/cordova-plugin-console.git",
"cordova-plugin-fullscreen": "^1.2.0",
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-fullscreen": {}
},
"platforms": [
"android"
]
}
}