node-red-nodes/io/snmp/package.json

32 lines
872 B
JSON
Raw Normal View History

2015-03-04 20:55:53 +01:00
{
"name" : "node-red-node-snmp",
2022-07-22 11:18:18 +02:00
"version" : "1.0.2",
2022-04-28 21:36:53 +02:00
"description" : "A Node-RED node that gets and sets SNMP oid values. Supports v1, v2c and v3",
2015-03-04 20:55:53 +01:00
"dependencies" : {
2022-07-22 11:18:18 +02:00
"net-snmp" : "^3.8.2"
2015-03-04 20:55:53 +01:00
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/io/snmp"
2015-03-04 20:55:53 +01:00
},
"license": "Apache-2.0",
2022-04-28 21:36:53 +02:00
"keywords": [ "node-red", "snmp", "oid", "snmpv3" ],
2015-03-04 20:55:53 +01:00
"node-red" : {
"nodes" : {
"snmp": "snmp.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
},
"contributors": [
2017-05-31 21:25:43 +02:00
{ "name": "Mika Karaila" },
{ "name": "Bryan Malyn" },
{ "name": "Steve-Mcl" },
{ "name": "Andres" }
]
2015-03-04 20:55:53 +01:00
}