@lightside-instruments/red-netconf
Version:
34 lines (32 loc) • 623 B
JSON
{
"name": "@lightside-instruments/red-netconf",
"version": "0.1.7",
"description": "Netconf nodes",
"main": "index.js",
"scripts": {
},
"author": "Joar Heimonen",
"license": "ISC",
"node-red": {
"nodes": {
"netconf-session": "netconf-session.js",
"netconf-command": "netconf-command.js"
}
},
"keywords": [
"node-red",
"netconf",
"yang",
"netconf",
"yuma",
"yangrpc"
],
"repository": {
"type": "git",
"url": "https://github.com/Slenderman00/netconf-node"
},
"dependencies": {
"easynetconf": "^0.2.7",
"module-alias": "^2.2.3"
}
}