-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.16 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.16 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
{
"name": "node-red-contrib-remote",
"version": "2.0.5",
"description": "Remote-RED is an ecosystem to bring remote access, push notification and geofencing to Node-RED. There are also additional functions like directly answer on a notification and homescreen widgets.",
"author": "Thorsten Heilmann",
"license": "GPL-3.0",
"node-red": {
"nodes": {
"remote-config": "nodes/remote-config.js",
"remote-access": "nodes/remote-access.js",
"remote-notification": "nodes/remote-notification.js",
"remote-question": "nodes/remote-question.js"
}
},
"dependencies": {
"axios": "^1.8.1",
"internal-ip": "^6.1.0",
"limiter": "^1.1.5",
"path": "^0.12.7",
"ping": "^0.4.4",
"qrcode": "^1.4.4"
},
"main": "remote-config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Looking4Cache/node-red-contrib-remote.git"
},
"keywords": [
"node-red"
],
"bugs": {
"url": "https://github.com/Looking4Cache/node-red-contrib-remote/issues"
},
"homepage": "https://github.com/Looking4Cache/node-red-contrib-remote#readme"
}