forked from felixfischer/node-red-contrib-fritzbox-presence
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 859 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
{
"name": "node-red-contrib-fritzbox-presence",
"version": "2.0.1",
"description": "node-RED node to list all devices currently connected to a Fritz!Box",
"keywords": [
"node-red",
"fritzbox",
"presence"
],
"author": {
"name": "Oliver Lorenz",
"email": "[email protected]",
"url": "https://oliverlorenz.com"
},
"contributors": [
{
"name": "Felix Fischer",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"repository": "oliverlorenz/node-red-contrib-fritzbox-presence",
"bugs": "https://github.com/oliverlorenz/node-red-contrib-fritzbox-presence/issues",
"node-red": {
"nodes": {
"fritzbox-presence": "fritzbox-presence.js",
"fritzbox-presence-credentials": "fritzbox-presence-credentials.js"
}
},
"dependencies": {
"bluebird": "^3.5.0"
}
}