node-red-contrib-pcap
Version:
Network packet capture for Node-RED
30 lines (29 loc) • 580 B
JSON
{
"name": "node-red-contrib-pcap",
"version": "1.0.2",
"description": "Network packet capture for Node-RED",
"homepage": "http://github.com/njh/node-red-contrib-pcap",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/njh/node-red-contrib-pcap.git"
},
"author": {
"name": "Nicholas Humfrey",
"url": "http://njh.me/"
},
"keywords": [
"pcap",
"Packet Capture",
"ARP",
"node-red"
],
"dependencies": {
"pcap": "^2.0.0"
},
"node-red": {
"nodes": {
"pcap": "pcap.js"
}
}
}