-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 770 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 770 Bytes
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": "block-ssh-scanner-traffic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binRick/node-block-ssh-scanner-traffic.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/binRick/node-block-ssh-scanner-traffic/issues"
},
"homepage": "https://github.com/binRick/node-block-ssh-scanner-traffic#readme",
"dependencies": {
"async": "^2.5.0",
"chalk": "^2.0.1",
"condense-whitespace": "^1.0.0",
"insubnet": "0.0.8",
"parse-spawn-args": "^1.0.2",
"prettyjson": "^1.2.1",
"underscore": "^1.8.3",
"validate-ip": "^1.0.1"
}
}