forked from coolchip/luxtronik2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "luxtronik2",
"version": "2.3.1",
"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.25.0",
"net": "^1.0.2"
},
"devDependencies": {
"assertthat": "^5.2.5",
"eslint": "^7.17.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-require-path-exists": "^1.1.9",
"eslint-plugin-standard": "^4.1.0",
"mitm": "^1.7.1",
"mocha": "^8.2.1"
},
"scripts": {
"start": "node example.js",
"test": "node_modules/.bin/mocha",
"lint": "node_modules/.bin/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"
}