1234567891011121314151617181920212223242526272829303132 |
- {
- "name" : "node-red-node-snmp",
- "version" : "1.0.5",
- "description" : "A Node-RED node that gets and sets SNMP oid values. Supports v1, v2c and v3",
- "dependencies" : {
- "net-snmp" : "^3.8.2"
- },
- "repository" : {
- "type":"git",
- "url":"https://github.com/node-red/node-red-nodes.git",
- "directory" : "tree/master/io/snmp"
- },
- "license": "Apache-2.0",
- "keywords": [ "node-red", "snmp", "oid", "snmpv3" ],
- "node-red" : {
- "nodes" : {
- "snmp": "snmp.js"
- }
- },
- "author": {
- "name": "Dave Conway-Jones",
- "email": "ceejay@vnet.ibm.com",
- "url": "http://nodered.org"
- },
- "contributors": [
- { "name": "Mika Karaila" },
- { "name": "Bryan Malyn" },
- { "name": "Steve-Mcl" },
- { "name": "Andres" },
- { "name": "@echobops" }
- ]
- }
|