-
- Downloads
v1.4.3
{ | { | ||
"name": "cesium", | "name": "cesium", | ||
"version": "1.4.2", | "version": "1.4.3", | ||
"description": "Cesium Wallet for G1 currency", | "description": "Cesium Wallet for G1 libre currency", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git@git.duniter.org:clients/cesium/cesium.git" | "url": "git@git.duniter.org:clients/cesium/cesium.git" | ||
... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
"cordova-plugin-device": "^1.1.6", | "cordova-plugin-device": "^1.1.6", | ||
"cordova-plugin-dialogs": "^1.3.3", | "cordova-plugin-dialogs": "^1.3.3", | ||
"cordova-plugin-inappbrowser": "^1.7.1", | "cordova-plugin-inappbrowser": "^1.7.1", | ||
"cordova-plugin-minisodium": "^1.0.0", | "cordova-plugin-minisodium": "git+https://github.com/E-IS/cordova-plugin-minisodium.git", | ||
"cordova-plugin-secure-storage": "^2.6.8", | "cordova-plugin-secure-storage": "^2.6.8", | ||
"cordova-plugin-splashscreen": "^3.2.2", | "cordova-plugin-splashscreen": "^3.2.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | "cordova-plugin-statusbar": "^2.4.2", | ||
... | @@ -112,15 +112,18 @@ | ... | @@ -112,15 +112,18 @@ |
"cordova-plugin-websocket", | "cordova-plugin-websocket", | ||
"cordova-plugin-vibration", | "cordova-plugin-vibration", | ||
"cordova-plugin-dialogs", | "cordova-plugin-dialogs", | ||
"cordova-plugin-minisodium", | |||
"cordova-plugin-secure-storage", | "cordova-plugin-secure-storage", | ||
{ | |||
"locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git", | |||
"id": "phonegap-plugin-barcodescanner" | |||
}, | |||
"cordova-plugin-inappbrowser", | "cordova-plugin-inappbrowser", | ||
"cordova-plugin-x-toast", | "cordova-plugin-x-toast", | ||
"cordova-clipboard" | "cordova-clipboard", | ||
{ | |||
"id": "cordova-plugin-minisodium", | |||
"locator": "https://github.com/E-IS/cordova-plugin-minisodium.git" | |||
}, | |||
{ | |||
"id": "phonegap-plugin-barcodescanner", | |||
"locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | |||
} | |||
], | ], | ||
"cordovaPlatforms": [ | "cordovaPlatforms": [ | ||
"android", | "android", | ||
... | @@ -143,7 +146,7 @@ | ... | @@ -143,7 +146,7 @@ |
"cordova-plugin-x-toast": {}, | "cordova-plugin-x-toast": {}, | ||
"ionic-plugin-keyboard": {}, | "ionic-plugin-keyboard": {}, | ||
"phonegap-plugin-barcodescanner": { | "phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": " " | "CAMERA_USAGE_DESCRIPTION": "Scan QRCode" | ||
} | } | ||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
... | ... |
Please register or sign in to comment