node-red-contrib-ov2500
Version:
node-red nodes to have API access to the Alcatel-Lucent enterprise OV2500 Network Manager
42 lines (41 loc) • 1.29 kB
JSON
{
"name": "node-red-contrib-ov2500",
"version": "0.1.9",
"description": "node-red nodes to have API access to the Alcatel-Lucent enterprise OV2500 Network Manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version patch": "npm version patch --force -m 'Release %s'",
"version minor": "npm version minor --force -m 'Release %s'",
"version major": "npm version major --force -m 'Release %s'",
"publish": "npm publish"
},
"keywords": [
"node-red",
"ov2500",
"ALE",
"'Alcatel-Lucent",
"Enterprise'"
],
"author": "Dirk Evrard",
"license": "ISC",
"node-red": {
"nodes": {
"ov2500": "ov2500.js",
"ov2500-devices": "devices.js",
"ov2500-wlanclientlist": "wlanClientlist.js",
"ov2500-about": "about.js",
"ov2500-wlanapintrusionlist": "wlanAPIntrusionList.js",
"ov2500-authrecordlist": "authRecordList.js",
"ov2500-addaccount": "addAccount.js",
"ov2500-accessroleprofilelist": "accessRoleProfileList.js"
}
},
"dependencies": {
"ale-ov2500-node": "latest"
},
"bugs": {
"url": "https://github.com/ale-de/node-red-contrib-ov2500/issues"
},
"homepage": "https://github.com/ale-de/node-red-contrib-ov2500#readme"
}