StationMobile/package.json

23 lines
702 B
JSON
Raw Permalink Normal View History

2017-12-30 17:37:31 -07:00
{
"name": "com.netsyms.BusinessStation",
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"displayName": "Station",
2018-01-24 12:27:04 -07:00
"version": "1.2.1",
2017-12-30 17:37:31 -07:00
"description": "A kiosk app for easy, fast access to core Business Apps features.",
2017-12-30 21:22:53 -07:00
"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"
]
}
2017-12-30 17:37:31 -07:00
}