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

33 lines
911 B
JSON
Raw Normal View History

2015-03-04 20:55:53 +01:00
{
"name" : "node-red-node-snmp",
"version" : "2.0.0",
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" : {
"net-snmp" : "^3.9.0"
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" },
{ "name": "@echobops" }
]
2015-03-04 20:55:53 +01:00
}