-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
26 lines (26 loc) · 871 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
{
"name" : "node-red-contrib-msg-speed",
"version" : "2.1.0",
"description" : "A Node Red node to measure the flow message speed, i.e. the rate at which messages arrive",
"dependencies": {
"nr-msg-statistics": "^1.0.0"
},
"author": {
"name": "Bart Butenaers"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "message", "msg", "speed", "rate", "count", "counter", "moving", "window" ],
"bugs": {
"url": "https://github.com/bartbutenaers/node-red-contrib-msg-speed/issues"
},
"homepage": "https://github.com/bartbutenaers/node-red-contrib-msg-speed",
"repository": {
"type": "git",
"url": "https://github.com/bartbutenaers/node-red-contrib-msg-speed.git"
},
"node-red" : {
"nodes": {
"msg-speed": "msg_speed.js"
}
}
}