-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "iobroker.b-control-em",
"description": "B-control Energy Manager",
"version": "0.3.1",
"author": "hobbyquaker <hq@ccu.io>",
"contributors": [
"hobbyquaker <hq@ccu.io>",
"bluefox <bluefox@ccu.io>"
],
"homepage": "https://github.com/ioBroker/ioBroker.b-control-em",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.b-control-em"
},
"keywords": [
"ioBroker",
"b-control-em",
"energy metering",
"home automation"
],
"dependencies": {
"request": "^2.88.2",
"@iobroker/adapter-core": "^2.6.8"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"mocha": "^10.2.0",
"chai": "^4.3.7"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.b-control-em/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"translate": "translate-adapter"
},
"license": "MIT"
}