diff options
Diffstat (limited to 'package.json-example')
-rw-r--r-- | package.json-example | 100 |
1 files changed, 46 insertions, 54 deletions
diff --git a/package.json-example b/package.json-example index 6f5653e..439a306 100644 --- a/package.json-example +++ b/package.json-example @@ -1,57 +1,49 @@ { - "name": "org.mysociety.FixMyStreet", - "version": "2.0.7", - "displayName": "FixMyStreet", - "cordova": { - "platforms": [ - "android", - "ios" - ], - "plugins": { - "cordova-plugin-camera": { - "CAMERA_USAGE_DESCRIPTION": "To take photos of problems", - "PHOTOLIBRARY_USAGE_DESCRIPTION": "To attach existing photos to reports" - }, - "cordova-plugin-file": {}, - "cordova-plugin-geolocation": { - "GEOLOCATION_USAGE_DESCRIPTION": "To create accurately positioned reports" - }, - "cordova-plugin-media": { - "MICROPHONE_USAGE_DESCRIPTION": " " - }, - "cordova-plugin-media-capture": { - "CAMERA_USAGE_DESCRIPTION": "To take photos of problems", - "PHOTOLIBRARY_USAGE_DESCRIPTION": "To attach existing photos to reports", - "MICROPHONE_USAGE_DESCRIPTION": " " - }, - "cordova-plugin-splashscreen": {}, - "ionic-plugin-keyboard": {}, - "cordova-plugin-whitelist": {}, - "cordova-plugin-statusbar": {}, - "cordova-plugin-network-information": {}, - "cordova-plugin-inappbrowser": {}, - "cordova-plugin-dialogs": {}, - "cordova-plugin-device": {}, - "cordova-plugin-compat": {} - } - }, - "dependencies": { - "cordova-android": "^6.2.3", - "cordova-ios": "^4.5.4", - "cordova-plugin-camera": "^2.4.1", - "cordova-plugin-compat": "^1.1.0", - "cordova-plugin-device": "^1.1.7", - "cordova-plugin-dialogs": "^1.3.4", - "cordova-plugin-file": "^4.3.3", - "cordova-plugin-file-transfer": "^1.7.1", - "cordova-plugin-geolocation": "^2.4.3", - "cordova-plugin-inappbrowser": "^1.7.2", - "cordova-plugin-media": "^2.4.1", - "cordova-plugin-media-capture": "^1.4.3", - "cordova-plugin-network-information": "^1.3.4", - "cordova-plugin-splashscreen": "^3.2.2", - "cordova-plugin-statusbar": "^2.4.1", - "cordova-plugin-whitelist": "^1.3.3", - "ionic-plugin-keyboard": "^2.1.0" + "name": "org.mysociety.fixmystreet", + "version": "2.1", + "displayName": "FixMyStreet", + "cordova": { + "platforms": [ + "android", + "ios" + ], + "plugins": { + "cordova-plugin-camera": {}, + "cordova-plugin-compat": {}, + "cordova-plugin-device": {}, + "cordova-plugin-dialogs": {}, + "cordova-plugin-file": {}, + "cordova-plugin-file-transfer": {}, + "cordova-plugin-geolocation": {}, + "cordova-plugin-inappbrowser": {}, + "cordova-plugin-media": { + "KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE": "NO" + }, + "cordova-plugin-media-capture": {}, + "cordova-plugin-network-information": {}, + "cordova-plugin-splashscreen": {}, + "cordova-plugin-statusbar": {}, + "cordova-plugin-whitelist": {}, + "ionic-plugin-keyboard": {} } + }, + "dependencies": { + "cordova-android": "^7.1.0", + "cordova-ios": "^4.5.4", + "cordova-plugin-camera": "^4.0.3", + "cordova-plugin-compat": "^1.2.0", + "cordova-plugin-device": "^2.0.2", + "cordova-plugin-dialogs": "^2.0.1", + "cordova-plugin-file": "^6.0.1", + "cordova-plugin-file-transfer": "^1.7.1", + "cordova-plugin-geolocation": "^4.0.1", + "cordova-plugin-inappbrowser": "^3.0.0", + "cordova-plugin-media": "^5.0.2", + "cordova-plugin-media-capture": "^3.0.2", + "cordova-plugin-network-information": "^2.0.1", + "cordova-plugin-splashscreen": "^5.0.2", + "cordova-plugin-statusbar": "^2.4.2", + "cordova-plugin-whitelist": "^1.3.3", + "ionic-plugin-keyboard": "^2.2.1" + } }
\ No newline at end of file |