-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
57 lines (57 loc) · 1.17 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
51
52
53
54
55
56
57
{
"name": "kickthemout",
"version": "1.1.41",
"description": "Kick devices off your network by performing an ARP Spoof attack with Node.js",
"main": "index.js",
"preferGlobal": true,
"bin": {
"kickthemout": "./index.js"
},
"engines": {
"node": ">=4.8.0"
},
"dependencies": {
"arpjs": "^1.1.12",
"async": "^2.5.0",
"chalk": "^2.0.1",
"cli-spinner": "^0.2.6",
"debug": "^3.1.0",
"figlet": "^1.2.0",
"getmac": "^1.2.1",
"inquirer": "^6.0.0",
"latest-version": "^4.0.0",
"lodash": "^4.17.10",
"network": "^0.4.1",
"node-arp": "^1.0.5",
"oui": "^8.0.0",
"semver": "^5.3.0"
},
"devDependencies": {
"standard": "^11.0.1"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roccomuso/kickthemout.git"
},
"keywords": [
"arp",
"attack",
"sniff",
"spoofing",
"reply",
"kick",
"devices",
"lan",
"table",
"node"
],
"author": "Rocco Musolino",
"license": "ISC",
"bugs": {
"url": "https://github.com/roccomuso/kickthemout/issues"
},
"homepage": "https://github.com/roccomuso/kickthemout#readme"
}