-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.13 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
{
"name": "com.cloudpis.tfc",
"version": "1.0.0",
"displayName": "TFC Informare",
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-statusbar": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-vibration": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-firebasex": {}
}
},
"dependencies": {
"cordova-android": "^7.0.0",
"cordova-plugin-background-mode": "git+https://github.com/tushe/cordova-plugin-background-mode.git",
"cordova-plugin-dialogs": "~1.3.3",
"cordova-plugin-firebasex": "^7.0.1",
"cordova-plugin-geolocation": "~2.4.3",
"cordova-plugin-inappbrowser": "file:../../cordova-plugin-inappbrowser",
"cordova-plugin-network-information": "~1.3.3",
"cordova-plugin-qrscanner": "^2.6.0",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-vibration": "~2.1.6",
"cordova-plugin-whitelist": "~1.3.3"
}
}