-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
55 lines (55 loc) · 1.23 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
49
50
51
52
53
54
55
{
"name": "iobroker.rflink",
"version": "2.1.12",
"description": "ioBroker RFLink Adapter",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
{
"name": "Bluefox",
"email": "dogafox@gmail.com"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.rflink",
"license": "MIT",
"keywords": [
"ioBroker",
"rflink",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.rflink"
},
"optionalDependencies": {
"avrgirl-arduino": "^4.2.3"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"@serialport/parser-readline": "^12.0.0",
"request": "^2.88.2",
"serialport": "^12.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.2",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^8.1.3",
"nan": "2.14.1"
},
"engines": {
"node": ">=8.0.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.rflink/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "node node_modules/@alcalzone/release-script/bin/release.js"
},
"readmeFilename": "README.md"
}