-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 976 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
36
37
38
39
40
41
42
{
"name": "node-red-contrib-qsys",
"version": "1.0.4",
"description": "A collection of nodes for third party control of Q-Sys systems",
"main": "qsys-core.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "ECHO no tests defined"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dudest/node-red-contrib-qsys.git"
},
"keywords": [
"node-red",
"q-sys",
"QSC",
"audio",
"audio DSP"
],
"author": "Alexandre Matheson",
"license": "MIT",
"bugs": {
"url": "https://github.com/dudest/node-red-contrib-qsys/issues"
},
"homepage": "https://github.com/dudest/node-red-contrib-qsys#readme",
"node-red": {
"version": ">=3.0.1",
"nodes": {
"qsys-core": "lib/qsys-core.js",
"qsys-ControlSet": "lib/qsys-ControlSet.js",
"qsys-Presets": "lib/qsys-Presets.js"
}
},
"engines": {
"node": ">=12.13.0"
},
"devDependencies": {}
}