-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
75 lines (75 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_args": [
[
{
"raw": "node-red-contrib-alarm",
"scope": null,
"escapedName": "node-red-contrib-alarm",
"name": "node-red-contrib-alarm",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/root/.node-red"
]
],
"_npmUser": {
"name": "anamico",
"email": "[email protected]"
},
"author": {
"name": "Andrew"
},
"bugs": {
"url": "https://github.com/Anamico/node-red-contrib-alarm/issues"
},
"contributors": [
{
"name": "Andrew",
"email": "[email protected]"
}
],
"dependencies": {
"debug": "^4.3.1",
"async": "^2.6.1",
"filtrex": "^3.0.0-rc11"
},
"description": "Nodes to build your own home alarm system. Designed to work easily with (but does not require) homekit.",
"devDependencies": {},
"directories": {},
"donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JUYN6NBFELTC2&source=url",
"homepage": "https://github.com/Anamico/node-red-contrib-alarm#readme",
"keywords": [
"node-red",
"alarm",
"homekit",
"automation",
"sensor"
],
"license": "MIT",
"maintainers": [
{
"name": "Andrew",
"email": "[email protected]"
}
],
"name": "node-red-contrib-alarm",
"node-red": {
"nodes": {
"AnamicoAlarmPanel": "alarm/panel.js",
"AnamicoAlarmSensor": "alarm/sensor.js",
"AnamicoAlarmStateChanged": "alarm/stateChanged.js",
"AnamicoAlarmChangeState": "alarm/changeState.js",
"AnamicoAlarmTriggered": "alarm/triggered.js"
}
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Anamico/node-red-contrib-alarm.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.4.0"
}