forked from bitfocus/companion-module-matrox-monarch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "matrox-monarch",
"version": "2.0.0",
"description": "Matrox Monarch HD/HDX/LCS",
"manufacturer": "Matrox",
"product": "Monarch HD/HDX/LCS",
"shortname": "Monarch",
"keywords": [
"Stream",
"Encode",
"Recording"
"Matrox",
"Datavideo"
],
"main": "index.js",
"scripts": {
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Todd Eichel <[email protected]>",
"contributors": [
"Bevan Kay <[email protected]>",
"Bert Bredewold <[email protected]>"
],
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"prettier": "^2.3.2",
"express": "^4.16.4",
"express-basic-auth": "^1.1.6"
},
"homepage": "https://github.com/bitfocus/companion-module-matrox-monarch#readme",
"bugs": {
"url": "https://github.com/bitfocus/companion-module-matrox-monarch/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-matrox-monarch.git"
},
"api_version": "1.0.0"
}