-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.4 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.4 KB
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
56
57
58
59
60
61
{
"name": "iobroker.rfxcom",
"version": "2.0.2",
"description": "ioBroker RFLink Adapter",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
{
"name": "Bluefox",
"email": "dogafox@gmail.com"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.rfxcom",
"license": "MIT",
"keywords": [
"ioBroker",
"rfxcom",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.rfxcom"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.8",
"rfxcom": "^2.4.1",
"serialport": "^10.5.0"
},
"devDependencies": {
"@iobroker/testing": "^5.2.2",
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"axios": "^1.4.0",
"gulp": "^4.0.2",
"mocha": "^10.2.0",
"chai": "^4.3.7",
"nan": "^2.17.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.rfxcom/issues"
},
"main": "main.js",
"files": [
"admin/",
"!admin/i18n/*/translations.json",
"lib/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script patch --yes",
"release-minor": "release-script minor --yes"
},
"readmeFilename": "README.md"
}