forked from rak3rman/neta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.06 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.06 KB
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
51
52
{
"name": "neta",
"version": "1.0.0",
"description": "Network Analysis | Discover Devices",
"main": "neta.js",
"preferGlobal": true,
"bin": {
"neta": "./neta.js"
},
"engines": {
"node": ">=8.9.1"
},
"dependencies": {
"async": "^2.6.0",
"chalk": "^2.3.0",
"clear": "^0.0.1",
"ora": "^1.3.0",
"confirm": "^0.1.1",
"debug": "^3.1.0",
"figlet": "^1.2.0",
"inquirer": "^3.3.0",
"latest-version": "^3.1.0",
"network": "^0.3.2",
"node-arp": "^1.0.5",
"node-nmap": "^4.0.0",
"ora": "^1.3.0",
"delay": "^2.0.0",
"evilscan": "^1.1.0"
},
"devDependencies": {
"nsp": "^2.6.3",
"standard": "^10.0.2"
},
"scripts": {
"test": "standard && nsp check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RAkerman1/neta.git"
},
"keywords": [
"devices",
"lan",
"node"
],
"author": "R@kerman @ Lav0y",
"license": "MIT",
"bugs": {
"url": "https://github.com/RAkerman1/neta/issues"
},
"homepage": "https://github.com/RAkerman1/neta#readme"
}