@vostro/net-snmp
Version:
JavaScript implementation of the Simple Network Management Protocol (SNMP)
53 lines (52 loc) • 1.04 kB
JSON
{
"name": "@vostro/net-snmp",
"version": "2.7.2",
"description": "JavaScript implementation of the Simple Network Management Protocol (SNMP)",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"asn1-ber": "*",
"smart-buffer": "^4.1.0"
},
"devDependencies": {
"getopts": "*"
},
"contributors": [
{
"name": "Stephen Vickers",
"email": "stephen.vickers@nospaceships.com"
},
{
"name": "NoSpaceships Ltd",
"email": "hello@nospaceships.com"
},
{
"name": "Mark Abrahams",
"email": "mark@abrahams.co.nz"
},
{
"name": "VostroNet",
"email": "dev@vostronet.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/vostronet/node-net-snmp.git"
},
"keywords": [
"snmp",
"snmpv1",
"snmpv2",
"snmpv2c",
"snmpv3",
"net",
"network",
"mon",
"monitor",
"monitoring"
],
"author": "Mark Abrahams <mark@abrahams.co.nz>",
"license": "MIT"
}