-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 743 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "node-red-contrib-nuimo-controller",
"version": "0.4.1",
"author": "Alan Reader",
"repository": "github:readeral/node-red-contrib-nuimo-controller",
"description": "A node to interface between Nuimo and Node-red using nuimojs and noble",
"keywords": [
"node-red"
],
"license": "GPL-3.0-or-later",
"node-red": {
"nodes": {
"nuimo-listener": "listener/nuimo-listener.js",
"nuimo-set-matrix": "matrix/nuimo-set-matrix.js",
"nuimo-config": "config/nuimo-config.js",
"nuimo-interface": "interface/nuimo-interface.js",
"nuimo-app": "apps/nuimo-app.js"
}
},
"dependencies": {
"nuimojs": "^1.0.3"
}
}