We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5c4fc commit dbd8e1bCopy full SHA for dbd8e1b
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mysterycode/node-red-sacn",
3
- "version": "0.0.1",
4
"description": "Implementation of sACN (Streaming ACN) for Node-RED",
+ "version": "0.0.1",
5
"author": "MysteryCode",
6
"license": "GPL-3.0-only",
7
"dependencies": {
@@ -32,7 +32,10 @@
32
"keywords": [
33
"node-red",
34
"sacn",
35
- "dmx"
+ "dmx",
36
+ "lighting",
37
+ "acn",
38
+ "e1.31"
39
],
40
"node-red": {
41
"version": ">=4.0.5",
@@ -48,5 +51,14 @@
48
51
"repository": {
49
52
"type": "git",
50
53
"url": "https://github.com/MysteryCode/node-red-sacn.git"
- }
54
+ },
55
+ "main": "src",
56
+ "files": [
57
+ "src",
58
+ "ts",
59
+ "examples",
60
+ "resources",
61
+ "LICENSE",
62
+ "README.md"
63
+ ]
64
}
0 commit comments