node-red-contrib-easy-device
Version:
A Node-RED node for easy IoT device management with platform integration support
67 lines (66 loc) • 1.44 kB
JSON
{
"name": "node-red-contrib-easy-device",
"version": "1.0.2",
"description": "A Node-RED node for easy IoT device management with platform integration support",
"main": "easy-device.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "npm pack",
"prepublishOnly": "npm run validate",
"lint": "echo \"Linting not configured\"",
"build": "echo \"No build step required\"",
"validate": "node build.js",
"publish-interactive": "node build.js && npm publish",
"pack-local": "npm pack && echo \"Package created. Install with: npm install node-red-contrib-easy-device-*.tgz\""
},
"node-red": {
"nodes": {
"easy-device": "easy-device.js"
},
"version": ">=1.0.0"
},
"keywords": [
"node-red",
"iot",
"device",
"management",
"modbus",
"sensor",
"lighting",
"automation",
"smart-home",
"industrial",
"zigbee",
"tcp",
"udp",
"rs485"
],
"author": {
"name": "zheng he",
"email": "jhe.zheng@gmail.com"
},
"contributors": [],
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"homepage": "",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"easy-device.js",
"easy-device.html",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}