mynodes / msg-status / package.json
1 contributor
22 lines | 0.467kb
{
  "name": "node-red-contrib-msg-status",
  "version": "1.1.0",
  "description": "Node-RED node that displays a configurable part of the message in the node status",
  "main": "msg-status.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "status",
    "message",
    "display"
  ],
  "author": "",
  "license": "MIT",
  "node-red": {
    "nodes": {
      "msg-status": "msg-status.js"
    }
  }
}