-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
44 lines (44 loc) · 979 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": "rfxcom",
"version": "2.6.2",
"contributors": [
"Max Hadley <[email protected]>",
"Kevin McDermott <[email protected]>"
],
"engines": {
"node": ">=14.21.2"
},
"dependencies": {
"date-format": "^4.0.14",
"queue": "^6.0.2",
"serialport": "^11.0.1"
},
"devDependencies": {
"jasmine": "^4.5.0",
"jshint": "^2.11.1"
},
"scripts": {
"test": "jasmine",
"watch": "./node_modules/.bin/jasmine-node --autotest .",
"find-rfxcom": "./node_modules/.bin/find-rfxcom",
"set-protocols": "./node_modules/.bin/set-protocols"
},
"bin": {
"find-rfxcom": "./bin/find-rfxcom.js",
"set-protocols": "./bin/set-protocols.js"
},
"repository": {
"type": "git",
"url": "http://github.com/rfxcom/node-rfxcom.git"
},
"license": "MIT",
"keywords": [
"rfxcom",
"domotic",
"home automation",
"RFXtrx433"
],
"bugs": {
"url": "https://github.com/rfxcom/node-rfxcom/issues"
}
}