-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
92 lines (92 loc) · 1.74 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
{
"author": {
"name": "zefau",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Zefau/ioBroker.jarvis/issues"
},
"contributors": [
{
"name": "zefau",
"email": "[email protected]"
}
],
"dependencies": {
"@electron/asar": "^3.2.14",
"@iobroker/adapter-core": "^3.2.2",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"ip": "^2.0.1",
"node-ical": "^0.20.1",
"node-schedule": "^2.1.1",
"ohash": "^1.1.4",
"platform": "^1.3.6",
"rfdc": "^1.4.1",
"rrule": "^2.8.1",
"semver": "^7.6.2",
"uuid": "^10.0.0",
"ws": "^8.18.0"
},
"deprecated": false,
"description": "jarvis - just another remarkable vis",
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^5.0.0",
"chai": "^5.1.1",
"mocha": "^10.0.0"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 20",
"npm": ">= 9.3.1",
"yarn": ">= 1.21.1"
},
"files": [
"LICENSE",
"README.md",
"io-package.json",
"jarvis.min.js",
"www",
"lib",
"test",
"admin"
],
"homepage": "https://github.com/Zefau/ioBroker.jarvis",
"keywords": [
"ioBroker",
"vis",
"visualization",
"modern",
"material",
"gui",
"ui",
"jarvis",
"interface",
"webapp",
"smarthome",
"home",
"assistant",
"control",
"react",
"vue",
"lovelace"
],
"license": "CC-BY-NC-ND-4.0",
"main": "jarvis.min.js",
"name": "iobroker.jarvis",
"repository": {
"type": "git",
"url": "git+https://github.com/Zefau/ioBroker.jarvis.git"
},
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:integration": "mocha test/integration --exit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"translate": "translate-adapter"
},
"version": "3.2.0-rc.12"
}