24 lines
565 B
JSON
24 lines
565 B
JSON
|
{
|
||
|
"name": "org.keycloak.examples.cordova",
|
||
|
"version": "1.0.0",
|
||
|
"displayName": "Keycloak Auth",
|
||
|
"cordova": {
|
||
|
"platforms": [
|
||
|
"ios",
|
||
|
"android"
|
||
|
],
|
||
|
"plugins": {
|
||
|
"cordova-plugin-browsertab": {},
|
||
|
"cordova-plugin-deeplinks": {},
|
||
|
"cordova-plugin-whitelist": {}
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"cordova-android": "^6.4.0",
|
||
|
"cordova-ios": "^4.5.4",
|
||
|
"cordova-plugin-browsertab": "^0.2.0",
|
||
|
"cordova-plugin-compat": "^1.2.0",
|
||
|
"cordova-plugin-deeplinks": "^1.1.0",
|
||
|
"cordova-plugin-whitelist": "^1.3.3"
|
||
|
}
|
||
|
}
|