Skip to content

Commit dbd8e1b

Browse files
committed
update package json
1 parent bc5c4fc commit dbd8e1b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mysterycode/node-red-sacn",
3-
"version": "0.0.1",
43
"description": "Implementation of sACN (Streaming ACN) for Node-RED",
4+
"version": "0.0.1",
55
"author": "MysteryCode",
66
"license": "GPL-3.0-only",
77
"dependencies": {
@@ -32,7 +32,10 @@
3232
"keywords": [
3333
"node-red",
3434
"sacn",
35-
"dmx"
35+
"dmx",
36+
"lighting",
37+
"acn",
38+
"e1.31"
3639
],
3740
"node-red": {
3841
"version": ">=4.0.5",
@@ -48,5 +51,14 @@
4851
"repository": {
4952
"type": "git",
5053
"url": "https://github.com/MysteryCode/node-red-sacn.git"
51-
}
54+
},
55+
"main": "src",
56+
"files": [
57+
"src",
58+
"ts",
59+
"examples",
60+
"resources",
61+
"LICENSE",
62+
"README.md"
63+
]
5264
}

0 commit comments

Comments
 (0)