-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.9 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
{
"name": "Dnp",
"displayName": "Dnp",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"dependencies": {
"com.lampa.startapp": "^6.1.6",
"com.telerik.plugins.nativepagetransitions": "^0.7.0",
"cordova-android": "^8.1.0",
"cordova-clipboard": "^1.3.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-android-fingerprint-auth": "^1.5.0",
"cordova-plugin-android-permissions": "^1.1.3",
"cordova-plugin-backbutton": "^0.3.0",
"cordova-plugin-canvas2image": "^0.7.0",
"cordova-plugin-clipboard": "^1.0.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-imagepicker": "^1.3.0",
"cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-qrscanner": "^3.0.1",
"cordova-plugin-splashscreen": "^6.0.2",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-touch-id": "^3.4.0",
"phonegap-plugin-barcodescanner": "file:./plugins/phonegap-plugin-barcodescanner"
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-http": "~1.2.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-clipboard": {},
"cordova-clipboard": {},
"cordova-plugin-file": {},
"cordova-plugin-backbutton": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-inappbrowser": {},
"com.lampa.startapp": {},
"cordova-plugin-cors": {},
"cordova-plugin-http": {},
"cordova-plugin-advanced-http": {},
"com.telerik.plugins.nativepagetransitions": {}
},
"platforms": [
"ios",
"android"
]
}
}