-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
62 lines (62 loc) · 1.77 KB
/
package.json
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
58
59
60
61
62
{
"name": "indico-checkin",
"version": "1.6.0",
"author": "Indico Team <[email protected]>",
"description": "Check-in application for Indico conferences",
"contributors": [
{
"name": "Indico Team",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/indico/indico-checkin.git"
},
"keywords": [
"indico",
"checkin",
"conference"
],
"devDependencies": {
"@globules-io/cordova-plugin-ios-xhr": "^1.2.1",
"cordova": "^10.0.0",
"cordova-android": "^9.1.0",
"cordova-icon": "^1.0.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-dialogs": "2.0.1",
"cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-splashscreen": "6.0.0",
"cordova-plugin-whitelist": "1.3.3",
"cordova-plugin-wkwebviewxhrfix": "^0.1.0",
"cordova-remove-cookies": "git+https://github.com/bez4pieci/Phonegap-Cookies-Plugin.git",
"eslint-config-indico": "^1.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"phonegap-plugin-barcodescanner": "8.0.1"
},
"license": "GPL-3.0",
"scripts": {
"icons": "cordova-icon --icon=res/icon/icon.png --config=www/config.xml"
},
"cordova": {
"plugins": {
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"phonegap-plugin-barcodescanner": {
"CAMERA_USAGE_DESCRIPTION": "To scan ticket QR codes",
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"com.bez4pieci.cookies": {},
"cordova-plugin-inappbrowser": {}
},
"platforms": [
"android",
"ios"
]
}
}