forked from eviltik/evilscan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 911 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "evilscan",
"version": "1.7.1",
"description": "Massive ports scanner for node.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"evilscan": "./bin/evilscan.js"
},
"repository": {
"type": "git",
"url": "git://github.com/eviltik/evilscan"
},
"keywords": [
"security",
"port scanner",
"scanner",
"network",
"evilprobe"
],
"author": "eviltik",
"license": "GPL-3.0",
"readmeFilename": "README.md",
"gitHead": "04dc1848981c48dfe5e36af1afaab2d29cdcde12",
"bugs": {
"url": "https://github.com/eviltik/evilscan/issues"
},
"dependencies": {
"async": "2.6.1",
"findup-sync": "2.0.0",
"minimist2": "1.0.2",
"printf": "0.5.1",
"qjobs": "1.2.0",
"winston": "3.1.0",
"yargs": "12.0.2"
},
"devDependencies": {
"chai": "latest",
"mocha": "latest",
"sol-telnet": "latest"
}
}