netconf
Version:
Pure JavaScript NETCONF library.
36 lines (35 loc) • 775 B
JSON
{
"name": "netconf",
"version": "2.0.1",
"description": "Pure JavaScript NETCONF library.",
"main": "lib/netconf.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darylturner/node-netconf.git"
},
"keywords": [
"xml-rpc",
"netconf",
"juniper"
],
"author": {
"name": "Daryl Turner",
"email": "daryl@layer-eight.uk"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/darylturner/node-netconf/issues"
},
"dependencies": {
"ssh2": "^0.4.12",
"xml2js": "^0.4.15",
"vasync": "^1.6.3"
},
"homepage": "https://github.com/darylturner/node-netconf#readme"
}