forked from hcentive/brocade-update-firewall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 796 Bytes
/
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
{
"name": "brocade-update-firewall",
"version": "1.0.0",
"description": "Update list of banned IPs in Brocade STM's service protection class from addresses in Emerging Threats block IPs list",
"main": "index.js",
"dependencies": {
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"https": "1.0.0",
"path": "0.12.7",
"readline": "1.3.0",
"underscore": "1.8.3",
"winston": "^2.2.0",
"https-proxy-agent": "^1.0.0"
},
"scripts": {
"install": "mkdir -p /var/log/brocade-update-firewall"
},
"author": "Satyendra Sharma <[email protected]>",
"license": "ISC",
"bin": {
"update-fw": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hcentive/brocade-update-firewall"
}
}