node-red-contrib-arp
Version:
This node provides the content of the ARP table
31 lines (29 loc) • 668 B
JSON
{
"name": "node-red-contrib-arp",
"version": "0.0.2",
"description": "This node provides the content of the ARP table",
"dependencies": {
},
"repository": {
"type": "git",
"url": "git://github.com/fchanson/node-red-contrib-arp.git"
},
"keywords": [
"node-red",
"arp"
],
"node-red" : {
"nodes": {
"arp": "arp/arp.js"
}
},
"author": {
"name": "Frederic Chanson"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fchanson/node-red-contrib-arp/issues"
},
"homepage": "https://github.com/fchanson/node-red-contrib-arp",
"readmeFilename": "README.md"
}