-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 892 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
34
35
{
"name": "node-red-contrib-videohub",
"version": "0.0.4",
"description": "Videohub control for Node Red",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"videohub",
"blackmagic",
"bmd",
"router",
"video"
],
"dependencies": {
"io-videohub": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohanwright/node-red-contrib-videohub.git"
},
"author": "Rohan Wright <rohanwright@kardiniachurch.com> (https://github.com/rohanwright/node-red-contrib-videohub)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rohanwright/node-red-contrib-videohub/issues"
},
"homepage": "https://github.com/rohanwright/node-red-contrib-videohub#readme",
"node-red": {
"nodes": {
"videohub": "videohub/videohub.js"
}
},
"main": "index.js"
}