-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 916 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
{
"name": "node-comfoairq",
"version": "0.5.9",
"description": "NodeJS Zehnder ComfoAirQ implementation",
"main": "lib/comfoconnect.js",
"keywords": [
"zehnder",
"comfoair",
"comfoairQ",
"bridge",
"protocol",
"api"
],
"engines": {
"node": ">=0.10"
},
"author": "Jan Van Belle",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/herrJones/node-comfoairq.git"
},
"dependencies": {
"events": "*",
"net": "*",
"protobufjs": "^6.11.3",
"safe-buffer": "^5.*"
},
"devDependencies": {
"eslint": "^8.35.0"
},
"bugs": {
"url": "https://github.com/herrJones/node-comfoairq/issues"
},
"homepage": "https://github.com/herrJones/node-comfoairq#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "test/comfoTest.js",
"lint": "eslint"
}
}