-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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"
}
]
}