-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 3.73 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 3.73 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"info": [
"Add your custom plugins to the plugins list below. You can also remove plugins by deleting them from the list.",
"It is possible to specify a field 'location' in a plugin entry to specify a URL or path. This location will be used instead of the id when adding the plugin. Examples:",
{
"id": "cordova-plugin-ble",
"location": "https://github.com/evothings/cordova-ble.git"
},
{
"id": "cordova-plugin-ble",
"location": "../cordova-ble"
}
],
"platforms": [
"ios",
"android"
],
"dependencies": {
"com.evothings.evothingsviewer.config-plugin": "config/config-plugin",
"com.unarin.cordova.beacon": "git+https://github.com/petermetz/cordova-plugin-ibeacon.git",
"config-plugin": "file:config/config-plugin",
"cordova-android": "^7.1.0",
"cordova-plugin-badge": "^0.8.7",
"cordova-plugin-battery-status": "^2.0.2",
"cordova-plugin-ble": "https://github.com/evothings/cordova-ble.git",
"cordova-plugin-bluetooth-serial": "^0.4.7",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-chrome-apps-common": "^1.0.7",
"cordova-plugin-chrome-apps-sockets-tcp": "^1.3.7",
"cordova-plugin-chrome-apps-sockets-tcpserver": "^1.2.4",
"cordova-plugin-chrome-apps-sockets-udp": "^1.3.0",
"cordova-plugin-chrome-apps-system-network": "^1.1.2",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-device-motion": "^2.0.1",
"cordova-plugin-device-orientation": "^2.0.1",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-http": "git+https://github.com/wymsee/cordova-HTTP.git",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-local-notification": "git+https://github.com/katzer/cordova-plugin-local-notifications.git",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-vibration": "^3.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"phonegap-nfc": "^0.7.3",
"phonegap-plugin-barcodescanner": "^7.1.2"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-battery-status": {},
"cordova-plugin-camera": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-device-motion": {},
"cordova-plugin-device-orientation": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-vibration": {},
"cordova-plugin-chrome-apps-system-network": {},
"cordova-plugin-chrome-apps-sockets-tcp": {},
"cordova-plugin-chrome-apps-sockets-tcpserver": {},
"cordova-plugin-chrome-apps-sockets-udp": {},
"phonegap-nfc": {},
"cordova-plugin-bluetooth-serial": {},
"cordova-plugin-ble": {},
"com.unarin.cordova.beacon": {},
"cordova-plugin-http": {},
"cordova-plugin-local-notification": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"com.evothings.evothingsviewer.config-plugin": {}
},
"platforms": [
"android"
]
}
}