UNPKG

@chvdapi/node-red-dlt645

Version:

a node communicate with DLT645-2007 electric energy meter

36 lines (35 loc) 832 B
{ "name": "@chvdapi/node-red-dlt645", "version": "0.0.6", "node-red" : { "nodes": { "PN6400_DLT645": "PN6400_DLT645.js" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "description": "a node communicate with DLT645-2007 electric energy meter", "main": "PN6400_DLT645.js", "scripts": { "install": "node-gyp rebuild", "rebuild": "node-gyp rebuild", "rebuild:dev": "node-gyp rebuild --debug", "clean": "node-gyp clean", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "nodejs", "DL/T645", "DLT645", "electric energy meter" ], "author": "chvda", "license": "MIT", "dependencies": { "nan": "^2.12.1", "serialport" : "^10.5.0" } }