2015-03-04 20:55:53 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-snmp",
|
2018-07-17 10:41:52 +02:00
|
|
|
"version" : "0.0.19",
|
2015-03-04 20:55:53 +01:00
|
|
|
"description" : "A Node-RED node that looks for SNMP oids.",
|
|
|
|
"dependencies" : {
|
2018-07-17 10:41:52 +02:00
|
|
|
"net-snmp" : "1.2.4"
|
2015-03-04 20:55:53 +01:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2015-03-04 20:55:53 +01:00
|
|
|
"keywords": [ "node-red", "snmp", "oid" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"snmp": "snmp.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
2016-04-12 20:18:48 +02:00
|
|
|
},
|
|
|
|
"contributors": [
|
2017-05-31 21:25:43 +02:00
|
|
|
{ "name": "Mika Karaila" },
|
2017-04-15 13:14:34 +02:00
|
|
|
{ "name": "Bryan Malyn" }
|
2016-04-12 20:18:48 +02:00
|
|
|
]
|
2015-03-04 20:55:53 +01:00
|
|
|
}
|