forked from coolchip/luxtronik2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
44
45
{
"name": "luxtronik2",
"version": "2.7.0",
"description": "Reads and controls heat pumps based on the Luxtronik 2.0 contol unit. Supports for example AlphaInnotec and Siemens Novelan (WRP NET).",
"main": "luxtronik.js",
"dependencies": {
"humanize-duration": "^3.27.3",
"net": "^1.0.2"
},
"devDependencies": {
"assertthat": "^6.5.2",
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"mitm": "^1.7.2",
"mocha": "^10.1.0"
},
"scripts": {
"start": "node example.js",
"test": "npx mocha",
"lint": "npx eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolchip/luxtronik2.git"
},
"keywords": [
"luxtronik",
"luxtronik2",
"alpha",
"innotec",
"novelan",
"thermoaura",
"thermotech",
"elco"
],
"author": "Sebastian B.",
"license": "MIT",
"bugs": {
"url": "https://github.com/coolchip/luxtronik2/issues"
},
"homepage": "https://github.com/coolchip/luxtronik2#readme"
}