{
  "name": "node-red-contrib-ecm1240",
  "version": "1.0.3",
  "description": "A node that receives input from a TCP node that is receiving data from a serial2Wifi communication being sent by a Brultech ECM1240 Energy Monitor.",
  "main": "ecm1240.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "robert.g.brundage",
  "license": "ISC",
   "keywords": [
   "node-red",
    "Brultech",
    "ecm1240",
    "current",
    "tranformer",
    "iot",
    "electric",
    "monitoring"
  ],
  "node-red": {
    "nodes": {
      "ecm1240": "ecm1240.js"
    }
  }
}
