mynodes / msg-status / package.json
Newer Older
22 lines | 0.467kb
Bogdan Timofte authored 2 weeks ago
1
{
2
  "name": "node-red-contrib-msg-status",
3
  "version": "1.1.0",
4
  "description": "Node-RED node that displays a configurable part of the message in the node status",
5
  "main": "msg-status.js",
6
  "scripts": {
7
    "test": "echo \"Error: no test specified\" && exit 1"
8
  },
9
  "keywords": [
10
    "node-red",
11
    "status",
12
    "message",
13
    "display"
14
  ],
15
  "author": "",
16
  "license": "MIT",
17
  "node-red": {
18
    "nodes": {
19
      "msg-status": "msg-status.js"
20
    }
21
  }
22
}