-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.21 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
{
"name": "node-red-contrib-zyre",
"version": "0.0.3",
"description": "Node-RED nodes for Zyre - an open-source framework for proximity-based peer-to-peer applications.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/InSourceSoftware/node-red-contrib-zyre.git"
},
"keywords": [
"zyre",
"zre",
"zeromq",
"zmq",
"libzmq",
"p2p",
"peer",
"peer-to-peer",
"node",
"node-red"
],
"author": {
"name": "Steve Riesenberg",
"email": "sjohnr@hotmail.com",
"url": "https://insource.io"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/InSourceSoftware/node-red-contrib-zyre/issues"
},
"homepage": "https://github.com/InSourceSoftware/node-red-contrib-zyre#readme",
"dependencies": {
"zyre.js": "^1.2.2"
},
"node-red": {
"nodes": {
"zyre-peer": "zyre-peer.js",
"zyre-connect": "zyre-connect.js",
"zyre-disconnect": "zyre-disconnect.js",
"zyre-expired": "zyre-expired.js",
"zyre-join": "zyre-join.js",
"zyre-leave": "zyre-leave.js",
"zyre-whisper": "zyre-whisper.js",
"zyre-shout": "zyre-shout.js"
}
}
}