forked from iobroker-community-adapters/ioBroker.oilfox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "iobroker.oilfox",
"version": "3.0.0",
"description": "Oilfox Adapter for ioBroker",
"author": {
"name": "Jochen Kuehner",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jochen Kuehner",
"email": "[email protected]"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.oilfox",
"license": "MIT",
"keywords": [
"ioBroker",
"oilfox",
"home automation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/iobroker-community-adapters/ioBroker.oilfox.git"
},
"dependencies": {
"@iobroker/adapter-core": "^2.4.0"
},
"devDependencies": {
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^7.1.2",
"@vitalets/google-translate-api": "github:vitalets/google-translate-api",
"configstore": "^5.0.1",
"request": "^2.88.2",
"safe-eval": "^0.4.1"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.oilfox/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"maintainers": [
{
"name": "Jochen Kuehner",
"email": "[email protected]"
}
],
"directories": {},
"readmeFilename": "README.md"
}