UNPKG

node-red-contrib-network-tools

Version:
49 lines (48 loc) 1.46 kB
{ "name": "node-red-contrib-network-tools", "version": "2.1.3", "description": "Comprehensive network monitoring and discovery tools for Node-RED", "keywords": [ "node-red", "ping", "network", "monitoring", "discovery", "performance", "ip", "subnet", "scanning" ], "node-red": { "nodes": { "ping-ip": "ping-ip.js", "enhanced-ping": "enhanced-ping.js", "network-discovery": "network-discovery.js", "network-performance-monitor": "network-performance-monitor.js" } }, "main": "ping-ip.js", "scripts": { "test": "mocha test/**/*_spec.js", "test:watch": "mocha test/**/*_spec.js --watch", "test:verbose": "mocha test/**/*_spec.js --reporter spec", "pack-build": "npm pack --pack-destination ./build" }, "author": "Brian Rodriguez - BRDC.nl", "license": "MIT", "dependencies": { "ping": "^0.4.4" }, "devDependencies": { "mocha": "^10.8.2", "node-red": "^4.0.9", "node-red-node-test-helper": "^0.3.4", "should": "^13.2.3", "sinon": "^15.2.0" }, "repository": { "type": "git", "url": "https://github.com/CervezaStallone/node-red-contrib-brdc-network-tools.git" }, "bugs": { "url": "https://github.com/CervezaStallone/node-red-contrib-brdc-network-tools/issues" }, "homepage": "https://github.com/CervezaStallone/node-red-contrib-brdc-network-tools#readme" }