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

29 lines
744 B
JSON
Raw Normal View History

2015-03-04 20:55:53 +01:00
{
"name" : "node-red-node-snmp",
2017-05-30 18:17:13 +02:00
"version" : "0.0.12",
2015-03-04 20:55:53 +01:00
"description" : "A Node-RED node that looks for SNMP oids.",
"dependencies" : {
"net-snmp" : "^1.1.19"
2015-03-04 20:55:53 +01:00
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/snmp"
},
"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"
},
"contributors": [
2017-04-15 13:14:34 +02:00
{ "name": "Mika Karalia" },
{ "name": "Bryan Malyn" }
]
2015-03-04 20:55:53 +01:00
}