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

30 lines
771 B
JSON
Raw Normal View History

2015-03-04 20:55:53 +01:00
{
"name" : "node-red-node-snmp",
"version" : "0.0.25",
2015-03-04 20:55:53 +01:00
"description" : "A Node-RED node that looks for SNMP oids.",
"dependencies" : {
"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.git",
"directory" : "tree/master/io/snmp"
2015-03-04 20:55:53 +01: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"
},
"contributors": [
2017-05-31 21:25:43 +02:00
{ "name": "Mika Karaila" },
2017-04-15 13:14:34 +02:00
{ "name": "Bryan Malyn" }
]
2015-03-04 20:55:53 +01:00
}