aboutsummaryrefslogtreecommitdiffstats
path: root/package.json-example
blob: 6f5653e5ea2bed5eab4b0c162269d3b974e81438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
    "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"
    }
}