-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
50 lines (50 loc) · 1.13 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": "libnmap",
"version": "v0.4.19",
"description": "libnmap for node.js",
"author": "Jason Gerfen <[email protected]>",
"keywords": [
"nmap",
"libnmap",
"node-libnmap",
"nmap host discovery",
"threaded nmap scanner",
"network host discovery",
"host operating system discovery",
"port scanner",
"network scanner",
"services enumeration",
"host fingerprinting",
"service auditing",
"IPv6 host discovery",
"network",
"scanner",
"security"
],
"repository": {
"type": "git",
"url": "https://github.com/jas-/node-libnmap.git"
},
"bugs": {
"url": "https://github.com/jas-/node-libnmap/issues"
},
"scripts": {
"start": "node index.js",
"test": "./node_modules/.bin/mocha -R spec"
},
"dependencies": {
"async": "^2.6.3",
"cidr-js": "git+https://github.com/jas-/cidr-js.git#v2.3.2",
"deepmerge": "^2.2.1",
"hasbin": "^1.2.3",
"ip-address": "^5.9.4",
"netmask": "^1.0.6",
"stack-trace": "0.0.10",
"xml2js": "^0.4.22"
},
"devDependencies": {
"mocha": "latest",
"chai": "latest"
},
"license": "MIT"
}