node-red-contrib-weatherflow-udp
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "node-red-contrib-weatherflow-udp", | ||
"version": "1.0.0", | ||
"author": "Michael Rohrhirsch (https://github.com/CrunkA3)", | ||
"description": "A WeahterFlow Tempest UDP-Listener for Node-RED", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CrunkA3/node-red-weatherflow-udp.git" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/CrunkA3/node-red-weatherflow-udp/issues/new?assignees=&labels=&template=bug_report.md&title=" | ||
}, | ||
"homepage": "https://github.com/CrunkA3/node-red-weatherflow-udp", | ||
"node-red": { | ||
"nodes": { | ||
"weatherflow-hub": "weatherflow-hub.js", | ||
"weatherflow-rapid-wind": "weatherflow-rapid-wind.js", | ||
"weatherflow-observation-tempest": "weatherflow-observation-tempest.js", | ||
"weatherflow-observation-air": "weatherflow-observation-air.js", | ||
"weatherflow-observation-sky": "weatherflow-observation-sky.js", | ||
"weatherflow-rain-start": "weatherflow-rain-start.js", | ||
"weatherflow-lightning-strike": "weatherflow-lightning-strike.js" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"weatherflow", | ||
"weahter", | ||
"weather-station", | ||
"node-red" | ||
] | ||
} | ||
"name": "node-red-contrib-weatherflow-udp", | ||
"version": "1.0.1", | ||
"author": "Michael Rohrhirsch (https://github.com/CrunkA3)", | ||
"description": "A WeahterFlow Tempest UDP-Listener for Node-RED", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CrunkA3/node-red-weatherflow-udp.git" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/CrunkA3/node-red-weatherflow-udp/issues/new?assignees=&labels=&template=bug_report.md&title=" | ||
}, | ||
"homepage": "https://github.com/CrunkA3/node-red-weatherflow-udp", | ||
"node-red": { | ||
"version": ">=1.2.9", | ||
"nodes": { | ||
"weatherflow-hub": "weatherflow-hub.js", | ||
"weatherflow-rapid-wind": "weatherflow-rapid-wind.js", | ||
"weatherflow-observation-tempest": "weatherflow-observation-tempest.js", | ||
"weatherflow-observation-air": "weatherflow-observation-air.js", | ||
"weatherflow-observation-sky": "weatherflow-observation-sky.js", | ||
"weatherflow-rain-start": "weatherflow-rain-start.js", | ||
"weatherflow-lightning-strike": "weatherflow-lightning-strike.js" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"weatherflow", | ||
"weahter", | ||
"weather-station", | ||
"node-red" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28085