forked from Zefau/ioBroker.jarvis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.37 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
{
"author": {
"name": "zefau",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Zefau/ioBroker.jarvis/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "zefau",
"email": "[email protected]"
}
],
"dependencies": {
"@iobroker/adapter-core": "^2.5.1",
"got": "^11.8.2",
"ip": "^1.1.5",
"object-hash": "^2.2.0",
"platform": "^1.3.6",
"semver": "^7.3.5",
"socket.io": "^4.3.0",
"uuid": "^8.3.2"
},
"deprecated": false,
"description": "jarvis - just another remarkable vis",
"devDependencies": {
"@iobroker/testing": "^2.5.1",
"axios": "^0.21.4",
"chai": "^4.3.4",
"mocha": "^9.1.1"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"homepage": "https://github.com/Zefau/ioBroker.jarvis",
"license": "MIT",
"main": "jarvis.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": "gulp translateAndUpdateWordsJS"
},
"version": "3.0.0-beta.13"
}