forked from ioBroker/ioBroker.wolf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 983 Bytes
/
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
{
"name": "iobroker.wolf",
"version": "1.1.1",
"description": "Wolf Heating over ISM8i",
"author": {
"name": "smiling_Jack",
"email": "[email protected]"
},
"contributors": [
{
"name": "smiling_Jack",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.wolf",
"license": "MIT",
"keywords": [
"ioBroker",
"Heating",
"Solar",
"Wolf",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.wolf"
},
"optionalDependencies": {},
"dependencies": {
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^4.0.2",
"mocha": "^6.2.2",
"chai": "^4.2.0"
},
"main": "wolf.js",
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.wolf/issues"
},
"readmeFilename": "README.md",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}