-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
126 lines (126 loc) · 3.82 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "iobroker.vis.cordova",
"description": "Cordova APP for ioBroker.",
"version": "2.2.0",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
"bluefox <dogafox@gmail.com>"
],
"homepage": "https://github.com/ioBroker/ioBroker.vis.cordova",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.vis.cordova"
},
"keywords": [
"ioBroker",
"vis",
"GUI",
"DashUI",
"web interface",
"home automation",
"SCADA"
],
"dependencies": {
"cordova": "^10.0.0",
"cordova-android": "^9.0.0",
"cordova-plugin-battery-status": "^2.0.3",
"cordova-plugin-brightness": "^0.2.0",
"cordova-plugin-certificates": "^0.6.4",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-fullscreen": "1.3.0",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-httpd": "^0.9.3",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-wifiwizard2": "^3.1.1",
"cordova-plugin-x-toast": "^2.7.2",
"shelljs": "^0.8.4",
"es6-promise-plugin": "^4.2.2",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-exec": "^3.0.0",
"grunt-http": "^2.3.3",
"grunt-jscs": "^3.0.1",
"grunt-replace": "^1.0.1",
"iobroker.bring": "1.7.7",
"iobroker.chromecast": "2.3.1",
"iobroker.coronavirus-statistics": "0.6.8",
"iobroker.dwd": "2.7.2",
"iobroker.ebus": "2.2.3",
"iobroker.flot": "1.10.6",
"iobroker.info": "1.7.15",
"iobroker.kodi": "2.0.4",
"iobroker.mihome-vacuum": "2.1.1",
"iobroker.milight": "0.3.6",
"iobroker.musiccast": "0.1.5",
"iobroker.rickshaw": "1.0.0",
"iobroker.sbfspot": "4.0.3",
"iobroker.starline": "1.0.0",
"iobroker.time-switch": "^2.2.0",
"iobroker.trashschedule": "^1.1.0",
"iobroker.vis": "1.3.7",
"iobroker.vis-bars": "0.1.4",
"iobroker.vis-canvas-gauges": "0.1.5",
"iobroker.vis-colorpicker": "1.2.0",
"iobroker.vis-fancyswitch": "1.1.0",
"iobroker.vis-google-fonts": "0.1.0",
"iobroker.vis-history": "1.0.0",
"iobroker.vis-hqwidgets": "1.1.7",
"iobroker.vis-inventwo": "2.7.5",
"iobroker.vis-jqui-mfd": "1.0.12",
"iobroker.vis-justgage": "1.0.2",
"iobroker.vis-keyboard": "0.0.2",
"iobroker.vis-lcars": "1.0.4",
"iobroker.vis-map": "1.0.4",
"iobroker.vis-material": "0.1.3",
"iobroker.vis-material-webfont": "0.0.3",
"iobroker.vis-materialdesign": "0.4.2",
"iobroker.vis-metro": "1.1.2",
"iobroker.vis-players": "0.1.6",
"iobroker.vis-plumb": "1.0.2",
"iobroker.vis-rgraph": "0.0.2",
"iobroker.vis-timeandweather": "1.1.7",
"iobroker.vis-weather": "2.5.2",
"iobroker.web": "3.2.3",
"iobroker.yr": "2.0.3",
"phonegap-plugin-speech-recognition": "^0.3.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.vis.cordova/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt build",
"run": "grunt run",
"release": "grunt release"
},
"license": "CC-BY-NC-4.0",
"cordova": {
"plugins": {
"cordova-plugin-certificates": {},
"cordova-plugin-wifiwizard2": {},
"wifiwizard2": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-network-information": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-battery-status": {},
"cordova-plugin-compat": {},
"cordova-plugin-geolocation": {},
"phonegap-plugin-speech-recognition": {},
"cordova-plugin-file": {},
"cordova-plugin-httpd": {},
"cordova-plugin-brightness": {},
"cordova-plugin-fullscreen": {}
},
"platforms": [
"android"
]
},
"devDependencies": {}
}