-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.29 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
44
{
"name": "node-red-contrib-pixelit",
"version": "0.4.0",
"description": "PixelIt Project",
"dependencies": {
"axios": "^1.3.2"
},
"engines": {
"node": ">=5.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixelit-project/node-red-contrib-pixelit.git"
},
"keywords": [
"node-red",
"Pixel It",
"LED Matrix",
"WS2812B"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"alertScreen": "pixelit/alertScreen.js",
"bitmap": "pixelit/bitmap.js",
"bitmapAnimation": "pixelit/bitmapAnimation.js",
"clock": "pixelit/clock.js",
"core": "pixelit/core.js",
"matrixConfig": "pixelit/matrixConfig.js",
"matrixControl": "pixelit/matrixControl.js",
"playlistUpdate": "pixelit/playlistUpdate.js",
"screenDatatUpdate": "pixelit/screenDatatUpdate.js",
"screenInit": "pixelit/screenInit.js",
"sound": "pixelit/sound.js",
"switchAnimation": "pixelit/switchAnimation.js",
"text": "pixelit/text.js",
"gpioControl": "pixelit/gpioControl.js"
}
},
"author": {
"name": "Dennis Rathjen"
}
}