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

28 lines
709 B
JSON
Raw Normal View History

2015-03-04 20:55:53 +01:00
{
"name" : "node-red-node-snmp",
"version" : "0.0.10",
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": [
{ "name": "Mika Karalia" }
]
2015-03-04 20:55:53 +01:00
}