node-red-contrib-proofpoint
Version:
Proofpoint DXL nodes for Node-RED
51 lines (50 loc) • 1.23 kB
JSON
{
"name": "node-red-contrib-proofpoint",
"version": "0.9.10",
"description": "Proofpoint DXL nodes for Node-RED",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"poll": "proofpoint/poll.js",
"proofpoint service": "proofpoint/proofpoint.js"
}
},
"repository": "github:Anamico/node-red-contrib-proofpoint",
"author": {
"name": "Andrew Longhorn",
"email": "Andrew_Longhorn@McAfee.com",
"url": "https://www.linkedin.com/in/andrewlonghorn/"
},
"contributors": [
{
"name": "Andrew Longhorn",
"email": "Andrew_Longhorn@McAfee.com",
"url": "https://www.linkedin.com/in/andrewlonghorn/"
}
],
"license": "MIT",
"homepage": "https://flows.nodered.org/node/node-red-contrib-proofpoint",
"bugs": "https://github.com/Anamico/node-red-contrib-proofpoint/issues",
"dependencies": {
"async": "^3.1.0",
"request": "^2.88.0"
},
"keywords": [
"proofpoint",
"siem",
"reputation",
"security",
"node-red",
"threat",
"automation"
],
"maintainers": [
{
"name": "Andrew Longhorn",
"email": "Andrew_Longhorn@McAfee.com"
}
]
}