-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 882 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
{
"name": "comfoair",
"version": "1.0.6",
"description": "Library to control a Zehnder Comfoair 350 and similar ventilation devices",
"main": "index.js",
"scripts": {
"test": "npx mocha",
"lint": "npx eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolchip/node-comfoair.git"
},
"keywords": [
"node",
"zehnder",
"comfoair",
"ca350",
"storkair",
"wernig",
"santos",
"paul"
],
"author": "Sebastian Balling",
"license": "MIT",
"bugs": {
"url": "https://github.com/coolchip/node-comfoair/issues"
},
"homepage": "https://github.com/coolchip/node-comfoair#readme",
"dependencies": {
"buffer-replace": "^1.0.0",
"queue": "^6.0.2",
"serialport": "^10.5.0"
},
"devDependencies": {
"eslint": "^8.33.0",
"mocha": "^10.2.0",
"streamtest": "^2.0.0"
}
}