smithtek-node-red-meter
Version:
Adds record function to node-red
42 lines • 1.1 kB
JSON
{
"name": "smithtek-node-red-meter",
"version": "0.1.0",
"description": "Adds record function to node-red",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"node-red",
"smithtek-record",
"node",
"iot",
"Smithtek"
],
"node-red": {
"nodes": {
"Smithtek-Metering": "node/Smithtek-Metering.js",
"Smithtek-Meter-Reset": "node/Smithtek-Meter-Reset.js",
"smithtek_node_red_set_multi_formatter": "node/Smithtek-Meter-Multiply.js"
}
},
"author": {
"name": "tdchung",
"email": "tdchung.9@gmail.com",
"url": "https://github.com/tdchung"
},
"contributors": [],
"license": "GPL-3.0",
"bugs": {
"url": "git::/issues"
},
"homepage": "git::/#readme",
"devDependencies": {
"eslint": "*",
"eslint-plugin-unicorn": "*",
"eslint-plugin-html": "*"
}
}